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

Unified Diff: components/flags_ui/resources/flags.css

Issue 2296903003: Long options should not break the layout of chrome://flags (Closed)
Patch Set: Created 4 years, 4 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: components/flags_ui/resources/flags.css
diff --git a/components/flags_ui/resources/flags.css b/components/flags_ui/resources/flags.css
index 4d1a61c6ebfcc4cf27c0391d3da9d6bdbcf6e1f6..d73b13ca4577d094a17ce0836a5955adab48210e 100644
--- a/components/flags_ui/resources/flags.css
+++ b/components/flags_ui/resources/flags.css
@@ -84,6 +84,10 @@ div.content:last-of-type {
line-height: 200%;
}
+select {
+ max-width: 85vw;
+}
+
#experiment-reset-all {
float: right;
}
« 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