From d309411271f5d6ad3212e64d63f03bfca80dc9c9 Mon Sep 17 00:00:00 2001 From: Felix Heidecke Date: Tue, 23 Jan 2018 09:59:53 +0100 Subject: [PATCH] Fix overflowing public share names Beautify code according to coding style guidelines --- apps/files_sharing/css/sharetabview.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css index 3036f5307be9..12bb750423c5 100644 --- a/apps/files_sharing/css/sharetabview.css +++ b/apps/files_sharing/css/sharetabview.css @@ -147,8 +147,11 @@ } .link-entry--title { - flex-grow : 1; - font-weight: bold; + flex-grow : 1; + font-weight : bold; + overflow-x : hidden; + text-overflow: ellipsis; + white-space : nowrap; } .link-entry--icon-button { @@ -237,10 +240,9 @@ } .user-share--permission-preview { - white-space : nowrap; - overflow : hidden; - -ms-text-overflow: ellipsis; - text-overflow : ellipsis; + white-space : nowrap; + overflow : hidden; + text-overflow: ellipsis; } .user-share--permission-preview li {