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

Unified Diff: chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html

Issue 2891423003: CUPS: Fix the incorrect width Protocol drop down menu. (Closed)
Patch Set: Remove the left padding. Created 3 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
diff --git a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
index da1340a256a1f6840857a7e28172da683bd5b375..30713bd0d197c1aa956ab4723adfb89050d787b5 100644
--- a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
+++ b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
@@ -104,7 +104,14 @@
color: var(--google-grey-700);
}
- .md-select,
+ .md-select {
+ width: calc(270px + var(--md-side-padding));
+ }
+
+ .md-select-underline {
+ -webkit-margin-start: 0;
+ }
+
paper-input {
--paper-input-container-color: var(--paper-grey-600);
--paper-input-container-input: {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698