diff options
| author | Mark Otto <[email protected]> | 2013-11-29 18:33:59 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-29 18:33:59 -0800 |
| commit | a4c54b5e5d948e9ec7cdd22bc0efa2241d2605c6 (patch) | |
| tree | ac8ea0406197a6b6d69b1a2315b7ee36ccd729b8 /dist/css/bootstrap.css | |
| parent | 09cd5289ab540486a9c601e79860b34a2fe1873c (diff) | |
| download | bootstrap-a4c54b5e5d948e9ec7cdd22bc0efa2241d2605c6.tar.xz bootstrap-a4c54b5e5d948e9ec7cdd22bc0efa2241d2605c6.zip | |
Fixes #11390: Add max-width to containers within jumbotrons to avoid horizontal scrollbar
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 53dc6233a..49d060008 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5179,6 +5179,10 @@ a.list-group-item.active > .badge, border-radius: 6px; } +.jumbotron .container { + max-width: 100%; +} + @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; |
