| Index: chrome/browser/resources/options/autofill_options.css
|
| diff --git a/chrome/browser/resources/options/autofill_options.css b/chrome/browser/resources/options/autofill_options.css
|
| index 41e7c57da0c9287f1000e4cf4444885575df129f..815c58c40790585847ab06eb9b40229a286f3e08 100644
|
| --- a/chrome/browser/resources/options/autofill_options.css
|
| +++ b/chrome/browser/resources/options/autofill_options.css
|
| @@ -12,6 +12,9 @@
|
|
|
| .autofill-list-item {
|
| -webkit-padding-start: 8px;
|
| + max-width: 50%;
|
| + overflow: hidden;
|
| + text-overflow: ellipsis;
|
| }
|
|
|
| .autofill-list-item + .deemphasized {
|
|
|