Merge pull request #15118 from owncloud/user-mgmt-groups
fix long group names overlapping in the sidebar, fix #12649
This commit is contained in:
commit
fe5597b76e
1 changed files with 10 additions and 0 deletions
|
@ -80,6 +80,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;
|
||||
|
|
Loading…
Reference in a new issue