mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-25 05:42:23 +02:00
Remove fade in IssuePreview. (#3394)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -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'} />
|
||||
|
||||
Reference in New Issue
Block a user