diff options
| author | Mark Otto <[email protected]> | 2016-02-06 20:28:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 20:28:36 -0800 |
| commit | 64b88bd7075e165b77eb7bd38ceb34c235f30b0a (patch) | |
| tree | 9f3a090ae782f84f6628b8ff3306aa09d83ffa9e | |
| parent | 9ca44d29f52806975ecef0bbb100449ebde69cee (diff) | |
| download | bootstrap-64b88bd7075e165b77eb7bd38ceb34c235f30b0a.tar.xz bootstrap-64b88bd7075e165b77eb7bd38ceb34c235f30b0a.zip | |
remove comment
| -rw-r--r-- | scss/_dropdown.scss | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 48bdee286..09be6c4a5 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -132,12 +132,7 @@ 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; |
