From: Jan-Christoph Borchardt Date: Mon, 23 Mar 2015 13:57:07 +0000 (+0100) Subject: fix long group names overlapping in the sidebar, fix #12649 X-Git-Tag: v8.1.0alpha1~220^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=23396a52cdd26d2953ee25242f1fb7f6d901c672;p=nextcloud-server.git fix long group names overlapping in the sidebar, fix #12649 --- diff --git a/settings/css/settings.css b/settings/css/settings.css index 0716cd24938..4f949bdedcd 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -76,6 +76,16 @@ table.nostyle td { padding: 0.2em 0; } height: 30px; } +.isgroup .groupname { + width: 85%; + display: block; + overflow: hidden; + text-overflow: ellipsis; +} +.isgroup.active .groupname { + width: 65%; +} + .usercount { float: left; margin: 5px; } li.active span.utils .delete { float: left; position: relative; opacity: 0.5;