| Index: chrome/browser/resources/options2/autofill_edit_overlay.css
|
| diff --git a/chrome/browser/resources/options2/autofill_edit_overlay.css b/chrome/browser/resources/options2/autofill_edit_overlay.css
|
| index 76f56a63e0aa063ff2bfc4eacb4a6b4faa68e2de..9d63411f02d95e67cfd3addbfea6c2724d84eeb8 100644
|
| --- a/chrome/browser/resources/options2/autofill_edit_overlay.css
|
| +++ b/chrome/browser/resources/options2/autofill_edit_overlay.css
|
| @@ -91,11 +91,11 @@ div.input {
|
| width: 100%;
|
| }
|
|
|
| -#full-name-list div[role='listitem'] > div {
|
| +#full-name-list div[role='option'] > div {
|
| -webkit-box-orient: horizontal;
|
| display: -webkit-box;
|
| }
|
|
|
| -#full-name-list div[role='listitem'] > div > div {
|
| +#full-name-list div[role='option'] > div > div {
|
| -webkit-box-flex: 1;
|
| }
|
|
|