Add styles for groups listing table on user view

pull/3630/head
Isaac Connor 2022-09-21 09:55:54 -04:00
parent 5734e38f52
commit a840d65ac4
1 changed files with 7 additions and 0 deletions

View File

@ -2,3 +2,10 @@
width: 50%;
float: left;
}
.Groups .name {
min-width: 200px;
}
.Groups .permission {
min-width: 300px;
}