1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-22 11:57:34 +00:00

fix-group-style (#2752)

This commit is contained in:
Michael An
2019-01-05 15:23:53 +08:00
committed by Daniel Pan
parent 807a4c49a4
commit 8673ab0fd9
4 changed files with 65 additions and 76 deletions

View File

@@ -2,9 +2,8 @@
box-sizing: border-box;
}
.group-member-list .user-item {
margin: 10px -10px;
padding: 0 10px;
height: 2rem;
margin: 0px -10px;
padding: 5px 10px;
line-height: 2rem;
}
.group-member-list .user-item:hover {