From: Chris Rebert Date: Thu, 21 Jan 2016 22:18:54 +0000 (-0800) Subject: Remove print-specific img max-width:100%; style so that Google Maps and other widgets... X-Git-Tag: v4.0.0-alpha.3~333^2~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8820c563d2fb5df100b00d95e0306c59067b58a6;p=thirdparty%2Fbootstrap.git Remove print-specific img max-width:100%; style so that Google Maps and other widgets print correctly See https://github.com/h5bp/html5-boilerplate/issues/1741 X-Ref: #1506 --- diff --git a/scss/_print.scss b/scss/_print.scss index e2929bb487..c6b8f35ab2 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 {