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 /dist/css/bootstrap.css | |
| 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 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index cc058b732..ed8087b2f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2285,6 +2285,7 @@ legend { } label { display: inline-block; + max-width: 100%; margin-bottom: 5px; font-weight: bold; } |
