Fix popups. Increased image size of the assignee. (#2117)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2022-06-21 10:53:48 +07:00
committed by GitHub
parent af0b0f3ec2
commit f6d931cd34
15 changed files with 75 additions and 68 deletions
@@ -187,7 +187,6 @@
value={newIssue}
size="small"
kind="no-border"
tooltipFill={false}
on:change={({ detail }) => (newIssue.assignee = detail)}
/>
<Component
@@ -134,7 +134,7 @@
{#if issue.dueDate !== null}
<DueDateEditor value={issue} />
{/if}
<AssigneeEditor value={issue} tooltipFill={false} />
<AssigneeEditor value={issue} />
</div>
</div>
{/each}