| Index: chrome/browser/resources/print_preview/settings/page_settings.css
|
| diff --git a/chrome/browser/resources/print_preview/settings/page_settings.css b/chrome/browser/resources/print_preview/settings/page_settings.css
|
| index 7e3defdae64407b025275bafa8a54413b93255fe..e239f939ae30b55bcea0d81cb067383ac873a22b 100644
|
| --- a/chrome/browser/resources/print_preview/settings/page_settings.css
|
| +++ b/chrome/browser/resources/print_preview/settings/page_settings.css
|
| @@ -16,12 +16,12 @@
|
| #page-settings .page-settings-custom-input-wrapper {
|
| -webkit-box-flex: 1;
|
| -webkit-margin-start: 0.6em;
|
| - height: 28px;
|
| + min-height: 2em;
|
| position: relative;
|
| }
|
|
|
| #page-settings .page-settings-custom-input {
|
| - height: 28px;
|
| + min-height: 2em;
|
| position: absolute;
|
| width: 100%;
|
| }
|
| @@ -33,4 +33,4 @@
|
|
|
| #page-settings .radio {
|
| margin-bottom: 10px;
|
| -}
|
| +}
|
|
|