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

Unified Diff: chrome/browser/resources/settings/controls/settings_dropdown_menu.html

Issue 2732213007: [MD settings] keep dropdown menu same width when adding indicator (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
« 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/controls/settings_dropdown_menu.html
diff --git a/chrome/browser/resources/settings/controls/settings_dropdown_menu.html b/chrome/browser/resources/settings/controls/settings_dropdown_menu.html
index c834172f57064b9f8f6be35dda2c12bfcc993d3f..bc2cab008e7c6070e0dec845eab8237d5c2f0321 100644
--- a/chrome/browser/resources/settings/controls/settings_dropdown_menu.html
+++ b/chrome/browser/resources/settings/controls/settings_dropdown_menu.html
@@ -15,9 +15,8 @@
display: inline-flex;
}
- cr-policy-pref-indicator,
- select {
- -webkit-margin-start: var(--checkbox-spacing);
+ cr-policy-pref-indicator {
+ margin: 0 var(--checkbox-spacing);
}
/* Hide "Custom" value when unselectable. */
« 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