Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: chrome/browser/resources/print_preview/settings/page_settings.css

Issue 2771823005: Print Preview: Fix issues with large font sizes (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
-}
+}

Powered by Google App Engine
This is Rietveld 408576698