| Index: chrome/browser/resources/print_preview/settings/layout_settings.html
|
| diff --git a/chrome/browser/resources/print_preview/settings/layout_settings.html b/chrome/browser/resources/print_preview/settings/layout_settings.html
|
| index 10a3b7eed88710c3e5942a1543b0d97889e7b345..49ba44a62d4b06a265379c0cd7689e1aa1d64ff4 100644
|
| --- a/chrome/browser/resources/print_preview/settings/layout_settings.html
|
| +++ b/chrome/browser/resources/print_preview/settings/layout_settings.html
|
| @@ -1,5 +1,7 @@
|
| <div id="layout-settings" class="two-column layout-settings" hidden>
|
| - <h1 id="layout-label" i18n-content="layoutLabel"></h1>
|
| + <div class="left-column">
|
| + <h1 id="layout-label" i18n-content="layoutLabel"></h1>
|
| + </div>
|
| <div class="right-column">
|
| <select class="layout-settings-select" aria-labelledby="layout-label">
|
| <option i18n-content="optionPortrait" value="portrait" selected></option>
|
|
|