fix(ui): left-align text in collapsed section

This commit is contained in:
ArneBo 2025-03-20 09:59:42 +01:00
parent bbc9e61937
commit c3ec160da1
1 changed files with 1 additions and 1 deletions

View File

@ -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,