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

Unified Diff: chrome/browser/resources/settings/select_css.html

Issue 2382943002: MD Settings: Migrating add/edit address dropdowns to native select. (Closed)
Patch Set: Addressing comment. Created 4 years, 2 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/settings/select_css.html
diff --git a/chrome/browser/resources/settings/select_css.html b/chrome/browser/resources/settings/select_css.html
index 168a547da842c25e386f1b1d4db6db0ac5289a88..094ef0ef79aec27f4fa9fc3eaef9526b5394f37f 100644
--- a/chrome/browser/resources/settings/select_css.html
+++ b/chrome/browser/resources/settings/select_css.html
@@ -32,6 +32,10 @@
transform: scale3d(1, 1, 1);
transition: transform 200ms ease-out;
}
+
+ .select-wrapper {
+ display: inline-block;
+ }
</style>
</template>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698