mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
remove comment
This commit is contained in:
+1
-6
@@ -132,12 +132,7 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
left: auto; // Reset the default from `.dropdown-menu`
|
left: auto; // Reset the default from `.dropdown-menu`
|
||||||
}
|
}
|
||||||
// With v3, we enabled auto-flipping if you have a dropdown within a right
|
|
||||||
// aligned nav component. To enable the undoing of that, we provide an override
|
|
||||||
// to restore the default dropdown menu alignment.
|
|
||||||
//
|
|
||||||
// This is only for left-aligning a dropdown menu within a `.navbar-right` or
|
|
||||||
// `.pull-right` nav component.
|
|
||||||
.dropdown-menu-left {
|
.dropdown-menu-left {
|
||||||
right: auto;
|
right: auto;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user