From b9806f701228b1ec947e626acf51e6fc7654eab0 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 1 Oct 2018 11:49:16 +0200 Subject: Ellipsize long filenames and sharee names in public share page header Signed-off-by: Jan-Christoph Borchardt --- apps/files_sharing/css/public.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/files_sharing/css') diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss index 708fe1f2182..50dfa3e9c57 100644 --- a/apps/files_sharing/css/public.scss +++ b/apps/files_sharing/css/public.scss @@ -165,6 +165,8 @@ thead { font-weight: 300; font-size: 11px; opacity: .57; + overflow: hidden; + text-overflow: ellipsis; } #note-content { @@ -186,4 +188,4 @@ thead { } } } -} \ No newline at end of file +} -- cgit v1.2.3