Slight UI improvements to the teams page: sort members by whether they are a robot, reduce the number displayed to 20, and make users clickable
This commit is contained in:
parent
c2e4cbe95b
commit
3a2f271362
3 changed files with 11 additions and 4 deletions
|
@ -47,6 +47,10 @@
|
|||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.teams-manager .team-member-list .team-member a {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.teams-manager .team-member-list .team-member-more {
|
||||
vertical-align: middle;
|
||||
padding-left: 6px;
|
||||
|
|
Reference in a new issue