summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-01 11:49:16 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-01 11:49:16 +0200
commitb9806f701228b1ec947e626acf51e6fc7654eab0 (patch)
tree186a38df457cee8d13b86681ec8d61df9cd68b4c /apps/files_sharing/css
parente4f3098492c905376fff106308fdadf9af5e1492 (diff)
downloadnextcloud-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.scss4
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
+}