diff options
| author | Mark Otto <[email protected]> | 2014-03-24 19:26:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-24 19:26:41 -0700 |
| commit | 6f6bce5944bd0e6ab36ab6b39339f381d8a80b2a (patch) | |
| tree | 180b8cd82136d7c74c16fe96e8211657656c438a /less/forms.less | |
| parent | 5c2a9fc9c3009276b3e11cb5a1587a51bb1deb78 (diff) | |
| download | bootstrap-6f6bce5944bd0e6ab36ab6b39339f381d8a80b2a.tar.xz bootstrap-6f6bce5944bd0e6ab36ab6b39339f381d8a80b2a.zip | |
Fixes #13141: Add a max-width: 100%; to label elements so IE8 wraps text
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index f8de2e403..d51065cf6 100644 --- a/less/forms.less +++ b/less/forms.less @@ -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; } |
