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