| Index: chrome/common/extensions/docs/static/sass/_html.scss
|
| diff --git a/chrome/common/extensions/docs/static/sass/_html.scss b/chrome/common/extensions/docs/static/sass/_html.scss
|
| index 182a9cb4ada241d22fa57e2c481bf19ff61f169c..8d20763f33847773101135a6cb1d8341229f5142 100644
|
| --- a/chrome/common/extensions/docs/static/sass/_html.scss
|
| +++ b/chrome/common/extensions/docs/static/sass/_html.scss
|
| @@ -224,7 +224,7 @@ p, div, aside {
|
| border-bottom: 1px solid;
|
| border-top: 1px solid;
|
| overflow: hidden;
|
| - width: 85%;
|
| + max-width: 85%;
|
| padding: 1em;
|
| //border: none;
|
| //box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 0 3px rgba(0, 0, 0, 0.15);
|
|
|