2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Fixes #13037: add text-align: left; to prevent alignment change in dropdowns

This commit is contained in:
Mark Otto
2014-03-24 20:02:56 -07:00
parent 6951b48e65
commit b4f4c7b16f
10 changed files with 10 additions and 7 deletions
+1
View File
@@ -3088,6 +3088,7 @@ tbody.collapse.in {
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;