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

Unified Diff: Source/web/resources/listPicker.css

Issue 1204163002: New SELECT Popup: Delay to create internal OPTION elements if there are many items. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: lower CSS class Created 5 years, 6 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 | Source/web/resources/listPicker.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/resources/listPicker.css
diff --git a/Source/web/resources/listPicker.css b/Source/web/resources/listPicker.css
index 87522e82aba0e6baa9e3b9e9c24a77cd517284bd..5cce9ac3bb3c300c41b6a940c1cc884b11c77828 100644
--- a/Source/web/resources/listPicker.css
+++ b/Source/web/resources/listPicker.css
@@ -12,3 +12,7 @@ select hr {
option, optgroup {
-webkit-padding-end: 2px;
}
+
+.wrap option {
+ white-space: pre-wrap;
+}
« no previous file with comments | « no previous file | Source/web/resources/listPicker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698