-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
How to position drop-down button to the left #11489
Comments
Please describe the problem in greater detail. |
Can not insert a drop-down button to the left of the main button, the examples of these situations is highlighted in red, they are falling apart. |
We don't currently support this kind of functionality. Tagging as feature request. |
Look at the docs and examples, you're missing the pull-right class. http://getbootstrap.com/components/#input-groups-buttons-dropdowns |
fix |
@carasmo That's for standard button dropdowns, not the segmented ones. |
The segmented buttons on the BS3 site has pull-right, I also use it. Copy from code on GetBootstrap
|
thanks |
https://dl.dropboxusercontent.com/u/37682778/index.html Your example is working correctly now. |
Yes, I fixed a it. |
I thought you meant that the dropdown toggle button has incorrect border radii and other styling when it's positioned to the left of the Action button instead of to the right of it. In your opinion, is this issue resolved, @Seva1986 ? |
Yes I was talking about the radius. not This problem |
This seems like it makes the most sense in the context of RTL support. |
Word, closing out to punt to RTL for flipping the order. |
https://dl.dropboxusercontent.com/u/37682778/index.html
The text was updated successfully, but these errors were encountered: