Remove fade in IssuePreview. (#3394)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov 2023-06-07 20:44:14 +03:00 committed by GitHub
parent 37aeb9f466
commit a2463cd69c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@
<span class="overflow-label text-xl caption-color">{issue.title}</span>
</div>
</div>
<Scroller padding={'0.75rem 1.75rem 0'}>
<Scroller padding={'0.75rem 1.75rem 0'} noFade>
<div class="flex-row-center gap-2 mb-2">
<StatusEditor value={issue} shouldShowLabel kind={'secondary'} />
<PriorityEditor value={issue} shouldShowLabel kind={'secondary'} />