2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +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
@@ -31,6 +31,7 @@ legend {
label {
display: inline-block;
max-width: 100%; // Force IE8 to wrap long content (see #13141)
margin-bottom: 5px;
font-weight: bold;
}