mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
fixes #10406: Update grid to use width on .container instead of max-width as IE8 improperly computes width
This commit is contained in:
Vendored
+3
-3
@@ -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