mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 13:17:45 +02:00
Auto show left panel in Settings. UI fixes (#7055)
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
<span class="labelOnPanel">
|
||||
<Label label={tracker.string.Priority} />
|
||||
</span>
|
||||
<PriorityEditor value={issue} size={'medium'} shouldShowLabel isEditable={!readonly} />
|
||||
<PriorityEditor value={issue} size={'medium'} shouldShowLabel isEditable={!readonly} width={'100%'} />
|
||||
|
||||
<span class="labelOnPanel">
|
||||
<Label label={core.string.CreatedBy} />
|
||||
|
||||
Reference in New Issue
Block a user