Files
NodeBB/public/less/admin/manage/groups.less
barisusakli 8c3b52ef36 closes #4096
2016-02-17 18:24:58 +02:00

14 lines
201 B
Plaintext

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