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

Regression in label button group alignment in version 4.0.0-alpha.6 #21871

Closed
amanteaux opened this issue Jan 29, 2017 · 1 comment
Closed

Regression in label button group alignment in version 4.0.0-alpha.6 #21871

amanteaux opened this issue Jan 29, 2017 · 1 comment
Labels

Comments

@amanteaux
Copy link

In version 4.0.0-alpha.6, buttons and labels are not aligned within the same button group. It works fine in version 4.0.0-alpha.5.

The problematic code is:

<div class="btn-group" role="group">
  <button type="button" class="btn btn-secondary">Button</button>
  <label class="btn btn-secondary">Label</label>
</div>

Here is 2 live examples showing the problem:

@mdo
Copy link
Member

mdo commented Jan 30, 2017

Sounds like a dupe of #21793, fixed by #21796.

@mdo mdo closed this as completed Jan 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants