diff options
| author | Mark Otto <[email protected]> | 2017-05-31 09:09:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-31 09:09:55 -0700 |
| commit | f1a7f1f56abafc5111b588d66481fc49fbe853a8 (patch) | |
| tree | ba5f13c6230155ec7cfd8c349121c3f1c48e6cd4 /dist/css/bootstrap.css | |
| parent | c3323d7b2a4a4947a378e9fbeafd4c0dbee0d8bb (diff) | |
| parent | a78e86ae3b04dde643017359837b45a733350a33 (diff) | |
| download | bootstrap-f1a7f1f56abafc5111b588d66481fc49fbe853a8.tar.xz bootstrap-f1a7f1f56abafc5111b588d66481fc49fbe853a8.zip | |
Merge branch 'v4-docs-streamlined' of https://github.com/twbs/bootstrap into v4-docs-streamlined
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 6f2762c17..30c82b7e5 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -856,6 +856,7 @@ pre code { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-1 { @@ -1119,6 +1120,7 @@ pre code { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-sm-1 { -webkit-box-flex: 0; @@ -1337,6 +1339,7 @@ pre code { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-md-1 { -webkit-box-flex: 0; @@ -1555,6 +1558,7 @@ pre code { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-lg-1 { -webkit-box-flex: 0; @@ -1773,6 +1777,7 @@ pre code { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-xl-1 { -webkit-box-flex: 0; |
