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
The top right conrner is not rounded because both btn-group and btn-group-vertical class are applied:
btn-group
btn-group-vertical
<div is="0" class="btn-group btn-group-vertical m-b" tabindex="0"> <a is="0" class="btn active btn-danger">No</a> <a is="1" class="btn btn-default">Yes</a> </div>
It displays just fine if I remove the btn-group class from the div:
<div is="0" class="btn-group-vertical m-b" tabindex="0"> <a is="0" class="btn active btn-danger">No</a> <a is="1" class="btn btn-default">Yes</a> </div>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The top right conrner is not rounded because both
btn-group
andbtn-group-vertical
class are applied:It displays just fine if I remove the
btn-group
class from the div:The text was updated successfully, but these errors were encountered: