Skip to content
New issue

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

Vertical checkbox top-right corner is not rounded #25

Open
clytras opened this issue Oct 15, 2016 · 0 comments
Open

Vertical checkbox top-right corner is not rounded #25

clytras opened this issue Oct 15, 2016 · 0 comments

Comments

@clytras
Copy link

clytras commented Oct 15, 2016

The top right conrner is not rounded because both btn-group and btn-group-vertical class are applied:

image

<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:

image

<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant