-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The bottom of truncated headings text is not visible #23956
Comments
Yeah we should increase the |
@mdo h1, h2, ..., .h6 {
&.text-truncate {
line-height: 1.3;
}
} However, top and bottom space of these headings are slightly different from other headings that doesn't have |
mdo
added a commit
that referenced
this issue
Oct 18, 2017
This way, descenders are not cropped when truncating. Fixes #23956.
mdo
added a commit
that referenced
this issue
Oct 18, 2017
This way, descenders are not cropped when truncating. Fixes #23956.
mdo
added a commit
that referenced
this issue
Oct 19, 2017
This way, descenders are not cropped when truncating. Fixes #23956.
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I use a bootstrap heading with
text-truncate
, the bottom of text is not visible.jsfiddle: https://jsfiddle.net/qx1b4sLu/
I know how to fix it (make line-height equal or larger than font-size). However, I think that it will be very useful if it is defined by default when heading and text-truncate are used together.
The text was updated successfully, but these errors were encountered: