mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 16:50:00 +02:00
fixes #10406: Update grid to use width on .container instead of max-width as IE8 improperly computes width
This commit is contained in:
6
dist/css/bootstrap.css
vendored
6
dist/css/bootstrap.css
vendored
@@ -905,7 +905,7 @@ pre code {
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.container {
|
||||
max-width: 750px;
|
||||
width: 750px;
|
||||
}
|
||||
.col-sm-1,
|
||||
.col-sm-2,
|
||||
@@ -1059,7 +1059,7 @@ pre code {
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.container {
|
||||
max-width: 970px;
|
||||
width: 970px;
|
||||
}
|
||||
.col-md-1,
|
||||
.col-md-2,
|
||||
@@ -1222,7 +1222,7 @@ pre code {
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.container {
|
||||
max-width: 1170px;
|
||||
width: 1170px;
|
||||
}
|
||||
.col-lg-1,
|
||||
.col-lg-2,
|
||||
|
Reference in New Issue
Block a user