Index: chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html |
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html b/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html |
index dd3388498487a453069cdfe274e010df83cda9c8..11d65dfc6cfc5b0bd8e7a4f33d20b41df93f4fbf 100644 |
--- a/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html |
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html |
@@ -17,7 +17,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-wrapper + .md-select-wrapper { |