diff options
| author | Mark Otto <[email protected]> | 2012-02-18 20:06:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-18 20:06:38 -0800 |
| commit | bbb2fb33957da815e88efa0797df5817268ce812 (patch) | |
| tree | 66fbbf04be1a2db9d9c26df052a3a02d60de10b5 /less/dropdowns.less | |
| parent | fed3b59e46d9c6c889159ac9cf5c685b3278cd5f (diff) | |
| download | bootstrap-bbb2fb33957da815e88efa0797df5817268ce812.tar.xz bootstrap-bbb2fb33957da815e88efa0797df5817268ce812.zip | |
fix right aligned dropdowns
Diffstat (limited to 'less/dropdowns.less')
| -rw-r--r-- | less/dropdowns.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index 1ec06b04a..1b445844c 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -123,6 +123,12 @@ } } +// Right aligned dropdowns +.pull-right .dropdown-menu { + left: auto; + right: 0; +} + // Typeahead .typeahead { margin-top: 2px; // give it some space to breathe |
