Add margin to member and assignee avatars

This commit is contained in:
Nadav Tasher 2024-07-03 01:05:53 +03:00
parent c632bc4555
commit d63507dd97
2 changed files with 2 additions and 1 deletions

View file

@ -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;

View file

@ -5,6 +5,7 @@
float: left;
height: 30px;
width: 30px;
margin: .3vh;
cursor: pointer;
user-select: none;
z-index: 1;