mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
fix: do not shrink expand/collapse icon in tree (#3517)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
This commit is contained in:
parent
0206a44176
commit
a6dcbf8f2a
@ -75,7 +75,7 @@
|
||||
|
||||
{#if node}
|
||||
<div class="an-element__icon-arrow" class:collapsed>
|
||||
<svg fill="currentColor" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg class="svg-small" fill="currentColor" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<polygon points="11.3,5.8 8,9.1 4.7,5.8 4,6.5 8,10.5 12,6.5 " />
|
||||
</svg>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user