Commit fb77ecc7 authored by estade's avatar estade Committed by Commit bot

Handle overflow more gracefully in chrome://settings/autofill

BUG=469582

Review URL: https://codereview.chromium.org/1036663002

Cr-Commit-Position: refs/heads/master@{#322424}
parent cdd27239
...@@ -12,6 +12,9 @@ ...@@ -12,6 +12,9 @@
.autofill-list-item { .autofill-list-item {
-webkit-padding-start: 8px; -webkit-padding-start: 8px;
max-width: 50%;
overflow: hidden;
text-overflow: ellipsis;
} }
.autofill-list-item + .deemphasized { .autofill-list-item + .deemphasized {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment