Remove paddings from card-container (#1386)

Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
Anna No
2022-04-13 13:44:56 +07:00
committed by GitHub
parent 595fbf487a
commit ca91425d6f
7 changed files with 152 additions and 131 deletions
@@ -107,7 +107,7 @@
</svelte:fragment>
<svelte:fragment slot="card" let:object>
{@const issue = toIssue(object)}
<div class="flex-row h-18">
<div class="flex-row h-18 pt-2 pb-2 pr-4 pl-4">
<div class="flex-between mb-2">
<IssuePresenter value={object} {currentTeam} />
{#if issue.$lookup?.assignee}