| Index: chrome/browser/resources/print_preview/settings/margin_settings.html
|
| diff --git a/chrome/browser/resources/print_preview/settings/margin_settings.html b/chrome/browser/resources/print_preview/settings/margin_settings.html
|
| index 2310203237ead259248a15f381d2e0d4055a34b2..689053832ba52948cf0de221efdeb7426b80d142 100644
|
| --- a/chrome/browser/resources/print_preview/settings/margin_settings.html
|
| +++ b/chrome/browser/resources/print_preview/settings/margin_settings.html
|
| @@ -1,5 +1,7 @@
|
| <div id="margin-settings" class="two-column margin-settings" hidden>
|
| - <h1 id="margin-label" i18n-content="marginsLabel"></h1>
|
| + <div class="left-column">
|
| + <h1 id="margin-label" i18n-content="marginsLabel"></h1>
|
| + </div>
|
| <div class="right-column">
|
| <select class="margin-settings-select" aria-labelledby="margin-label">
|
| <!-- The order of these options must match the natural order of their
|
|
|