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 2924c8e62e775baebb6a06d94e0ebb3cef7ff940..c7e24a84d7653f475f4a3fecc2f00870b41aa312 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 |
@@ -38,7 +38,7 @@ |
.md-select-wrapper { |
/* Mitigate for md-select's start padding, to make it look aligned with |
* other elements on the page. */ |
- -webkit-margin-start: -12px; |
+ -webkit-margin-start: calc(-1 * var(--md-select-side-padding)); |
} |
.md-select { |