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

Fixes #15561: Badges not being resized inside .btn-group-xs #15628

Merged
merged 2 commits into from Jan 22, 2015

Conversation

kkirsche
Copy link
Contributor

Fix issue #15561 regarding how .btn-group-xs does not shrink badges (.badge) in subsequent .btn

Fix issue twbs#15561 regarding badges not shrinking to fit inside of .btn-group-xs
@kkirsche kkirsche changed the title Fix issue twbs/bootstrap#15561 Fix badges not being resized inside .btn-group-xs if .btn-xs is not applied Jan 21, 2015
@kkirsche kkirsche changed the title Fix badges not being resized inside .btn-group-xs if .btn-xs is not applied [Fix Issue #15561] Fix badges not being resized inside .btn-group-xs if .btn-xs is not applied Jan 21, 2015
@cvrebert cvrebert added the css label Jan 21, 2015
@cvrebert cvrebert added this to the v3.3.4 milestone Jan 21, 2015
@@ -29,7 +29,7 @@
top: -1px;
}

.btn-xs & {
.btn-xs &, .btn-group-xs > .btn & {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Selectors should be on separate lines.

@kkirsche
Copy link
Contributor Author

Fixed. Sorry about that @mdo

mdo added a commit that referenced this pull request Jan 22, 2015
[Fix Issue #15561] Fix badges not being resized inside .btn-group-xs if .btn-xs is not applied
@mdo mdo merged commit 2641ba6 into twbs:master Jan 22, 2015
@cvrebert cvrebert mentioned this pull request Jan 22, 2015
@mdo mdo changed the title [Fix Issue #15561] Fix badges not being resized inside .btn-group-xs if .btn-xs is not applied Fixes #15561: Badges not being resized inside .btn-group-xs Jan 22, 2015
@kkirsche kkirsche deleted the patch-1 branch January 23, 2015 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants