Fix team managment (#121)
Fix member/admin button overflowing Fix changing team member admin status Fix adding team members Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/121
This commit is contained in:
parent
a5c0b035e7
commit
623879381b
3 changed files with 130 additions and 72 deletions
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
.table{
|
||||
border-top: 1px solid darken(#fff, 15%);
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
|
||||
td{
|
||||
vertical-align: middle;
|
||||
|
|
|
|||
Reference in a new issue