Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: ui/file_manager/gallery/css/gallery.css

Issue 2027553006: Truncate long file name with ellipsis. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/css/gallery.css
diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css
index a7fb07ebf62bd7a30dc17e7e93a3e738b90d991f..f14a4c7609f3525db233189c93f358764a8922e4 100644
--- a/ui/file_manager/gallery/css/gallery.css
+++ b/ui/file_manager/gallery/css/gallery.css
@@ -342,6 +342,7 @@ files-toggle-ripple::shadow .ripple.activated {
min-width: 160px;
padding: 4px 0;
width: -webkit-fit-content;
+ text-overflow: ellipsis;
fukino 2016/06/06 09:56:05 nit: Sort the properties.
oka 2016/06/07 09:17:13 Done.
}
#rename-input > input {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698