diff options
| author | Mark Otto <[email protected]> | 2014-03-24 20:02:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-24 20:02:56 -0700 |
| commit | b4f4c7b16f26ca1cf9fabf4bca4447e1cb2a688e (patch) | |
| tree | fae3e6045a7ca01d9a4b974d9fad4106ade1c876 /less/dropdowns.less | |
| parent | 6951b48e65f6c10e8d29e1ea2853e109943f3c9c (diff) | |
| download | bootstrap-b4f4c7b16f26ca1cf9fabf4bca4447e1cb2a688e.tar.xz bootstrap-b4f4c7b16f26ca1cf9fabf4bca4447e1cb2a688e.zip | |
Fixes #13037: add text-align: left; to prevent alignment change in dropdowns
Diffstat (limited to 'less/dropdowns.less')
| -rw-r--r-- | less/dropdowns.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index f165165e7..8d0a6a2d0 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -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; |
