mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-30 12:20:00 +00:00
Remove fade in IssuePreview. (#3394)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
37aeb9f466
commit
a2463cd69c
@ -78,7 +78,7 @@
|
|||||||
<span class="overflow-label text-xl caption-color">{issue.title}</span>
|
<span class="overflow-label text-xl caption-color">{issue.title}</span>
|
||||||
</div>
|
</div>
|
||||||
</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">
|
<div class="flex-row-center gap-2 mb-2">
|
||||||
<StatusEditor value={issue} shouldShowLabel kind={'secondary'} />
|
<StatusEditor value={issue} shouldShowLabel kind={'secondary'} />
|
||||||
<PriorityEditor value={issue} shouldShowLabel kind={'secondary'} />
|
<PriorityEditor value={issue} shouldShowLabel kind={'secondary'} />
|
||||||
|
Loading…
Reference in New Issue
Block a user