]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove comment
authorMark Otto <markdotto@gmail.com>
Sun, 7 Feb 2016 04:28:36 +0000 (20:28 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 7 Feb 2016 04:28:36 +0000 (20:28 -0800)
scss/_dropdown.scss

index 48bdee28695420f01240932674fff94597deaac7..09be6c4a56a9a8a6e9b03ebfb1100d2a60eaef94 100644 (file)
   right: 0;
   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 {
   right: auto;
   left: 0;