diff options
| author | Mark Otto <[email protected]> | 2016-01-23 20:37:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-23 20:37:36 -0800 |
| commit | fa0e68e4863bd8e3799fc4084988a743469be41e (patch) | |
| tree | a69df520a85926255062a10777623fe344977dbd | |
| parent | 2fe6c6c88be16b53e24ce4c3f8abc6992dbddaa1 (diff) | |
| parent | 8820c563d2fb5df100b00d95e0306c59067b58a6 (diff) | |
| download | bootstrap-fa0e68e4863bd8e3799fc4084988a743469be41e.tar.xz bootstrap-fa0e68e4863bd8e3799fc4084988a743469be41e.zip | |
Merge pull request #19000 from twbs/print-img-max-width-100-hell
Remove print-specific img max-width:100%; style so that Google Maps etc. print correctly
| -rw-r--r-- | scss/_print.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/_print.scss b/scss/_print.scss index e2929bb48..c6b8f35ab 100644 --- a/scss/_print.scss +++ b/scss/_print.scss @@ -37,10 +37,6 @@ page-break-inside: avoid; } - img { - max-width: 100% !important; - } - p, h2, h3 { |
