2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Fixes #11390: Add max-width to containers within jumbotrons to avoid horizontal scrollbar

This commit is contained in:
Mark Otto
2013-11-29 18:33:59 -08:00
parent 09cd5289ab
commit a4c54b5e5d
3 changed files with 9 additions and 1 deletions
+4
View File
@@ -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;