Files
NodeBB/public/less/admin/manage/groups.less
barisusakli e2a5440ae8 closes #3741
2015-10-13 19:28:55 -04:00

20 lines
248 B
Plaintext

.group {
[component="groups/members"] {
padding: 0;
tbody {
max-height: 500px;
display: block;
overflow-y: auto;
padding-bottom: 100px;
.member-name {
width: 100%;
}
}
img {
width: 32px;
height: 32px;
}
}
}