Files
NodeBB/public/less/admin/manage/groups.less

14 lines
201 B
Plaintext
Raw Normal View History

2015-08-20 14:20:13 -04:00
.group {
2015-10-13 19:28:55 -04:00
[component="groups/members"] {
2015-08-20 14:20:13 -04:00
padding: 0;
2015-10-13 19:28:55 -04:00
tbody {
max-height: 500px;
display: block;
overflow-y: auto;
padding-bottom: 100px;
.member-name {
width: 100%;
}
}
2015-08-20 14:20:13 -04:00
}
}