mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
fix right aligned dropdowns in navbar by adding left: auto; to nix default alignment
This commit is contained in:
@@ -244,6 +244,7 @@
|
||||
|
||||
// Right aligned menus need alt position
|
||||
.navbar .nav.pull-right .dropdown-menu {
|
||||
left: auto;
|
||||
right: 0;
|
||||
&:before {
|
||||
left: auto;
|
||||
|
||||
Reference in New Issue
Block a user