From bbb2fb33957da815e88efa0797df5817268ce812 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 18 Feb 2012 20:06:38 -0800 Subject: fix right aligned dropdowns --- less/dropdowns.less | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'less/dropdowns.less') 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 -- cgit v1.2.3