diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-01 11:49:16 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-01 11:49:16 +0200 |
commit | b9806f701228b1ec947e626acf51e6fc7654eab0 (patch) | |
tree | 186a38df457cee8d13b86681ec8d61df9cd68b4c /apps/files_sharing/css | |
parent | e4f3098492c905376fff106308fdadf9af5e1492 (diff) | |
download | nextcloud-server-b9806f701228b1ec947e626acf51e6fc7654eab0.tar.gz nextcloud-server-b9806f701228b1ec947e626acf51e6fc7654eab0.zip |
Ellipsize long filenames and sharee names in public share page header
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/public.scss | 4 |
1 files changed, 3 insertions, 1 deletions
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 +} |