From c3ec160da152ec0a7cc772f92497f1ca0d5a312b Mon Sep 17 00:00:00 2001 From: ArneBo Date: Thu, 20 Mar 2025 09:59:42 +0100 Subject: [PATCH] fix(ui): left-align text in collapsed section --- front/src/components/ui/Section.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/ui/Section.vue b/front/src/components/ui/Section.vue index cd8a06001..f50f6026b 100644 --- a/front/src/components/ui/Section.vue +++ b/front/src/components/ui/Section.vue @@ -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,