diff options
| author | Mark Otto <[email protected]> | 2017-05-30 21:00:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-30 21:00:43 -0700 |
| commit | 8f9c883c32c574f39ec37d10d6bda6690896bac9 (patch) | |
| tree | 75d0ffa744b48350c0829e2d3c7a0b7b32172fac /dist/css/bootstrap-grid.css | |
| parent | 48d17bc8b86af468230cba5420f3b56856b161c5 (diff) | |
| download | bootstrap-8f9c883c32c574f39ec37d10d6bda6690896bac9.tar.xz bootstrap-8f9c883c32c574f39ec37d10d6bda6690896bac9.zip | |
build
Diffstat (limited to 'dist/css/bootstrap-grid.css')
| -rw-r--r-- | dist/css/bootstrap-grid.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css index 62cf59d7e..1968d72b2 100644 --- a/dist/css/bootstrap-grid.css +++ b/dist/css/bootstrap-grid.css @@ -243,6 +243,7 @@ html { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-1 { @@ -506,6 +507,7 @@ html { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-sm-1 { -webkit-box-flex: 0; @@ -724,6 +726,7 @@ html { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-md-1 { -webkit-box-flex: 0; @@ -942,6 +945,7 @@ html { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-lg-1 { -webkit-box-flex: 0; @@ -1160,6 +1164,7 @@ html { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-xl-1 { -webkit-box-flex: 0; |
