You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
201 B
Plaintext

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