line height configuration #12388
glRajkumar
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
why we have configured manual line height like
text-xs { font-size: 0.75rem/* 12px */; line-height: 1rem/* 16px */; }
In bootstrap, it will be default to 1.4 at body and inherited to other properties. how to update those in easy way like setting 1.4 as default line height for all text-{sizes}
Beta Was this translation helpful? Give feedback.
All reactions