fix(ui): left-align text in collapsed section
This commit is contained in:
parent
bbc9e61937
commit
c3ec160da1
|
@ -69,7 +69,7 @@ const headerGrid
|
|||
ghost
|
||||
thin-font
|
||||
align-self="baseline"
|
||||
:align-text="'collapsed' in props ? 'start' : undefined"
|
||||
:align-text="'collapsed' in props ? 'left' : undefined"
|
||||
:aria-pressed="props.collapsed === false || undefined"
|
||||
:class="{
|
||||
[$style.action]: true,
|
||||
|
|
Loading…
Reference in New Issue