From 9283851862bcd1f102effdc4d9adba831c688f62 Mon Sep 17 00:00:00 2001 From: rr- Date: Wed, 24 Aug 2016 13:32:44 +0200 Subject: [PATCH] client/css: don't wrap long file names --- client/css/post-upload.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/client/css/post-upload.styl b/client/css/post-upload.styl index 89e7ef48..f6b6905d 100644 --- a/client/css/post-upload.styl +++ b/client/css/post-upload.styl @@ -27,6 +27,7 @@ .uploadable .file overflow: hidden + white-space: nowrap text-align: left text-overflow: ellipsis