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

Fixes #13141: Add a max-width: 100%; to label elements so IE8 wraps text

This commit is contained in:
Mark Otto
2014-03-24 19:26:41 -07:00
parent 5c2a9fc9c3
commit 6f6bce5944
10 changed files with 10 additions and 7 deletions
+1
View File
@@ -2285,6 +2285,7 @@ legend {
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}