| 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 46800552ab7841851960add2375311b636f65724..0408217a808066bfff9e7a72419a6db6d0e043c3 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
|
| @@ -13,8 +13,14 @@
|
| width: var(--paper-input-max-width);
|
| }
|
|
|
| + .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;
|
| + }
|
| +
|
| .md-select-wrapper + .md-select-wrapper {
|
| - -webkit-margin-start: 16px;
|
| + -webkit-margin-start: 8px;
|
| }
|
|
|
| #expired {
|
|
|