diff options
| author | Mark Otto <[email protected]> | 2017-05-30 23:31:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-30 23:31:40 -0700 |
| commit | 2fd192968dadc0f8d1d22a6f48c208aacd79e71f (patch) | |
| tree | d029a8d11816751496292de096438004b0d82627 /dist/css/bootstrap-grid.css | |
| parent | f8d1dc4d04fa341c2900de9a2ea01f3ecd8753b2 (diff) | |
| parent | ccd86bdc967d8714f718c55bd13db967f2e849d2 (diff) | |
| download | bootstrap-2fd192968dadc0f8d1d22a6f48c208aacd79e71f.tar.xz bootstrap-2fd192968dadc0f8d1d22a6f48c208aacd79e71f.zip | |
Merge branch 'v4-dev' into v4-docs-streamlined
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; |
