mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 13:18:49 +01:00
Add margin to member and assignee avatars
This commit is contained in:
parent
c632bc4555
commit
d63507dd97
2 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
float: left;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
margin: 0 4px 4px 0;
|
||||
margin: .3vh;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
z-index: 1;
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
float: left;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
margin: .3vh;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
z-index: 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue