diff options
| author | Mark Otto <[email protected]> | 2016-02-06 20:46:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 20:46:11 -0800 |
| commit | 612d287a073b9dfab42f68180beedb7770aec303 (patch) | |
| tree | 0ca0d5e907790a69e855024d608625b3d2536d2a | |
| parent | cb7b78087690e756e33b6f6abdb3548f73f8bb1b (diff) | |
| download | bootstrap-612d287a073b9dfab42f68180beedb7770aec303.tar.xz bootstrap-612d287a073b9dfab42f68180beedb7770aec303.zip | |
Fixes #18550: really remove that reference
| -rw-r--r-- | scss/_dropdown.scss | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 09be6c4a5..e76a56bca 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -157,12 +157,6 @@ z-index: $zindex-dropdown-backdrop; } -// Right aligned dropdowns -.pull-right > .dropdown-menu { - right: 0; - left: auto; -} - // Allow for dropdowns to go bottom up (aka, dropup-menu) // // Just add .dropup after the standard .dropdown class and you're set. |
