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
The number in the selection UI element can become vertically misaligned when @body-size is something other than 1rem. This can be fixed by making the element a flex container and centering it.
Subject of the issue
The number in the selection UI element can become vertically misaligned when
@body-size
is something other than 1rem. This can be fixed by making the element a flex container and centering it.Other elements may need to be adjusted as well.
Steps to reproduce
Set the
@body-size
variable to 1.5rem.Screenshots
@body-size
at 1rem:@body-size
at 1.5rem:The text was updated successfully, but these errors were encountered: