summaryrefslogtreecommitdiff
path: root/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_dropdowns.scss
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2014-07-30 14:51:49 +0200
committerRadomir Dopieralski <openstack@sheep.art.pl>2014-08-12 12:38:38 +0200
commit11ee24aa9192061a1bac3e58ad1d5ebb2bf4d85f (patch)
tree37179461676ea3f08343cb0d813a2bc0219ed3f6 /xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_dropdowns.scss
parentd81b7b71c6c088406e90d1bdba0e10f0a304bbdc (diff)
downloadxstatic-bootstrap-scss-11ee24aa9192061a1bac3e58ad1d5ebb2bf4d85f.tar.gz
Version 3.2.0
Change-Id: I886276a578c0d130e87d87eb1ca1378141231aaa
Diffstat (limited to 'xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_dropdowns.scss')
-rw-r--r--xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_dropdowns.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_dropdowns.scss b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_dropdowns.scss
index 526be5b..eb74be5 100644
--- a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_dropdowns.scss
+++ b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_dropdowns.scss
@@ -38,6 +38,7 @@
margin: 2px 0 0; // override default ul
list-style: none;
font-size: $font-size-base;
+ text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
background-color: $dropdown-bg;
border: 1px solid $dropdown-fallback-border; // IE8 fallback
border: 1px solid $dropdown-border;
@@ -154,6 +155,7 @@
font-size: $font-size-small;
line-height: $line-height-base;
color: $dropdown-header-color;
+ white-space: nowrap; // as with > li > a
}
// Backdrop to catch body clicks on mobile, etc.