1
0

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:
konrad
2020-04-27 10:59:49 +00:00
parent a5c0b035e7
commit 623879381b
3 changed files with 130 additions and 72 deletions

View File

@ -11,6 +11,8 @@
.table{
border-top: 1px solid darken(#fff, 15%);
border-radius: 4px;
overflow: hidden;
td{
vertical-align: middle;