mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 13:17:45 +02:00
Fix popups. Increased image size of the assignee. (#2117)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user