| 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 37f31c765f679d77e1cb9f4523b99be261a69270..e27f3a9dae4e0a02126ebc7029e1ca05ac602b30 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
|
| @@ -31,6 +31,8 @@
|
|
|
| #select-row {
|
| display: block;
|
| + /* Fix issue with focus animation making labels wiggle. */
|
| + transform: translate3d(0, 0, 0);
|
| }
|
|
|
| .md-select-wrapper {
|
| @@ -82,6 +84,8 @@
|
| --layout-relative : {
|
| line-height: 1;
|
| };
|
| + /* Fix issue with focus animation making labels wiggle. */
|
| + transform: translate3d(0, 0, 0);
|
| }
|
| </style>
|
| <dialog is="cr-dialog" id="dialog" close-text="$i18n{close}"
|
|
|