You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within our team, we really dislike it that the text-* classes automatically comes with line-height properties. Can we somehow disable this without the need to fully disable all text-* classes and rewrite them? We now fix it like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Within our team, we really dislike it that the
text-*
classes automatically comes with line-height properties. Can we somehow disable this without the need to fully disable alltext-*
classes and rewrite them? We now fix it like this:Proposal:
Something like
--text-xs--line-height: initial;
is actually already working, but I want to disable it for all utils at onesBeta Was this translation helpful? Give feedback.
All reactions