Commit a335d119 authored by dbeam's avatar dbeam Committed by Commit bot

downloads: truncate long search results.

R=estade@chromium.org
BUG=422906

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

Cr-Commit-Position: refs/heads/master@{#299355}
parent 1bf7c639
...@@ -52,4 +52,7 @@ header > :-webkit-any(form, input[type='search']) { ...@@ -52,4 +52,7 @@ header > :-webkit-any(form, input[type='search']) {
.summary :first-child { .summary :first-child {
flex: 1; flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} }
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