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 {