| 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 b7c68e36740e69b84293c0d21edeef5717d24d31..88bba8e7c45d47d9cfe1579c938daa4914f8bbf9 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
|
| @@ -12,6 +12,12 @@
|
| <dom-module id="settings-address-edit-dialog">
|
| <template>
|
| <style include="settings-shared md-select">
|
| + :host {
|
| + --iron-autogrow-textarea: {
|
| + box-sizing: border-box;
|
| + };
|
| + }
|
| +
|
| .address-row {
|
| display: flex;
|
| }
|
|
|