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 15:23:53 +0200 |
commit | 1b92ec06b0391d0cad967908f1fe457cdb6470f3 (patch) | |
tree | 7467946a1899a89dcce5bbdb4700fb847e22a006 /apps/files_sharing/css/public.scss | |
parent | 565220adb676a3855887980fece582fb87cc3f81 (diff) | |
download | nextcloud-server-1b92ec06b0391d0cad967908f1fe457cdb6470f3.tar.gz nextcloud-server-1b92ec06b0391d0cad967908f1fe457cdb6470f3.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/public.scss')
-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 +} |