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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html

Issue 2161743002: MD Settings: Fix paper/iron dropdown alignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/passwords_and_forms_page/address_edit_dialog.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html b/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html
index d8c07b745ee9e291fcac9f61b1203ead178d9f7c..4dba56f27be973cb041cd3ae85e26101740a2323 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html
@@ -52,6 +52,7 @@
</template>
<div class="address-row">
<paper-dropdown-menu class="country-dropdown address-column long"
+ vertical-align="auto"
on-value-changed="updateCanSave_" label="$i18n{addressCountry}"
always-float-label>
<paper-listbox id="countryList" class="dropdown-content"

Powered by Google App Engine
This is Rietveld 408576698