Commit f6947ca7 authored by oka's avatar oka Committed by Commit bot

Truncate long file name with ellipsis.

BUG=524114
TEST=manually

Review-Url: https://codereview.chromium.org/2027553006
Cr-Commit-Position: refs/heads/master@{#398263}
parent ca2594ea
...@@ -341,6 +341,7 @@ files-toggle-ripple::shadow .ripple.activated { ...@@ -341,6 +341,7 @@ files-toggle-ripple::shadow .ripple.activated {
margin: 8px 0; margin: 8px 0;
min-width: 160px; min-width: 160px;
padding: 4px 0; padding: 4px 0;
text-overflow: ellipsis;
width: -webkit-fit-content; width: -webkit-fit-content;
} }
......
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