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

Make .btn in .btn-toolbar float:left too #16279

Merged
merged 1 commit into from
Apr 13, 2015
Merged

Make .btn in .btn-toolbar float:left too #16279

merged 1 commit into from
Apr 13, 2015

Conversation

cvrebert
Copy link
Collaborator

Fixes #16276.

@mdo
Copy link
Member

mdo commented Apr 13, 2015

:shipit:

cvrebert added a commit that referenced this pull request Apr 13, 2015
Make .btn in .btn-toolbar float:left too
@cvrebert cvrebert merged commit e33801e into master Apr 13, 2015
@cvrebert cvrebert deleted the fix-16276 branch April 13, 2015 17:16
@cvrebert cvrebert mentioned this pull request Apr 13, 2015
@mdgeek
Copy link

mdgeek commented Jun 24, 2015

Unfortunately, this "fix" breaks the layout of our applications.

@mdo
Copy link
Member

mdo commented Jun 24, 2015

Sorry about that. Not much we can do given CSS's nature—a single property can work for some folks and not for others. Hope the fixes on your end aren't too intense <3.

@md5
Copy link

md5 commented Jul 13, 2016

@mdo Should this same change have been made in v4-dev? I'm still seeing btn-group in a btn-toolbar floating to the left of a preceding button in V4: https://github.com/twbs/bootstrap/blob/6e7d450/scss/_button-group.scss#L41

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.

.btn-toolbar .btn-group {float: left} prevents btn left of btn-group
4 participants