We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@saadeghi There is a tiny alignment issue with the buttons. below is the before image (with line-height: 1.625rem on the button)
line-height: 1.625rem
here is the after image (after adding line-height: 1rem on the button)
line-height: 1rem
It's a very tiny alignment issue but it's there. For now I've only noticed this only in btn-xs class
btn-xs
The text was updated successfully, but these errors were encountered:
bff48cb
fix: saadeghi#259 (Button text alignment issue)
c24a4b6
No branches or pull requests
@saadeghi
There is a tiny alignment issue with the buttons.
below is the before image (with
line-height: 1.625rem
on the button)here is the after image (after adding
line-height: 1rem
on the button)It's a very tiny alignment issue but it's there. For now I've only noticed this only in
btn-xs
classThe text was updated successfully, but these errors were encountered: