From bb9a04204a336daee05ed77ba12433a2f485343c Mon Sep 17 00:00:00 2001 From: Fabien Arcellier Date: Sun, 1 Sep 2024 16:17:12 +0200 Subject: [PATCH] feat: horizontal stack should expose field Content alignment (V) --- src/ui/src/components/core/layout/CoreHorizontalStack.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ui/src/components/core/layout/CoreHorizontalStack.vue b/src/ui/src/components/core/layout/CoreHorizontalStack.vue index 50959fad1..07573aed1 100644 --- a/src/ui/src/components/core/layout/CoreHorizontalStack.vue +++ b/src/ui/src/components/core/layout/CoreHorizontalStack.vue @@ -2,7 +2,7 @@ @@ -13,6 +13,7 @@