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
Link inputs are given text-align: center from the .btn class. The .btn-link class needs to include text-align: inherit to prevent the centering.
text-align: center
.btn
.btn-link
text-align: inherit
The text was updated successfully, but these errors were encountered:
fix(linkinput): inherit text alignment
e9206b7
* Link inputs will now inherit text alignment (#163)
e7ce50d
chore(release): news items
b543e09
* closes #167 * closes #164 * closes #163 * closes #162 * closes #160 * closes #158 * closes #157 * closes #155 * closes #154
No branches or pull requests
Link inputs are given
text-align: center
from the.btn
class. The.btn-link
class needs to includetext-align: inherit
to prevent the centering.The text was updated successfully, but these errors were encountered: