fix(kanban): assignee spacing
This commit is contained in:
parent
aff48ddd9d
commit
28e83325d7
@ -33,7 +33,7 @@ const hasDelete = computed(() => typeof remove !== 'undefined' && !disabled)
|
|||||||
:avatar-size="avatarSize"
|
:avatar-size="avatarSize"
|
||||||
:show-username="false"
|
:show-username="false"
|
||||||
:user="user"
|
:user="user"
|
||||||
:class="{'m-2': hasDelete, 'mr-3': !hasDelete}"
|
:class="{'m-2': hasDelete}"
|
||||||
/>
|
/>
|
||||||
<BaseButton
|
<BaseButton
|
||||||
:key="'delete'+user.id"
|
:key="'delete'+user.id"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user