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
By adding margin-right: -1px to left button addons and margin-left: -1px to right button addons you get a much cleaner visual:
margin-right: -1px
margin-left: -1px
Old:
New:
The text was updated successfully, but these errors were encountered:
8bea86e
(less) fixes twbs#10024: Use negative margin to fix the border betwee…
a31cc03
…n button and input in input groups
b7cbc88
No branches or pull requests
By adding
margin-right: -1px
to left button addons andmargin-left: -1px
to right button addons you get a much cleaner visual:Old:
New:
The text was updated successfully, but these errors were encountered: