| Index: chrome/common/extensions/docs/static/sass/_layout.scss
|
| diff --git a/chrome/common/extensions/docs/static/sass/_layout.scss b/chrome/common/extensions/docs/static/sass/_layout.scss
|
| index 242f866241d5c6d7f3af776ba8fb7c92f450d4d5..4327622ab7a9b829de9e43b5db80f936f2425ea7 100644
|
| --- a/chrome/common/extensions/docs/static/sass/_layout.scss
|
| +++ b/chrome/common/extensions/docs/static/sass/_layout.scss
|
| @@ -20,6 +20,7 @@ html, body {
|
|
|
| img {
|
| max-width: 100%;
|
| + height: auto;
|
| }
|
|
|
| #gc-container {
|
| @@ -68,4 +69,4 @@ footer[role="contentinfo"] {
|
|
|
| @media only screen and (min-width: $break-large) {
|
|
|
| -}
|
| +}
|
|
|