]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix long group names overlapping in the sidebar, fix #12649
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 23 Mar 2015 13:57:07 +0000 (14:57 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 23 Mar 2015 13:57:07 +0000 (14:57 +0100)
settings/css/settings.css

index 0716cd24938e7956fd8120b7027a5ed47c1f8ab7..4f949bdedcd683cd68c528f969e586a6adde4adf 100644 (file)
@@ -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;