Skip to content

Commit

Permalink
Merge pull request #549 from FabienArcellier/388-horizontal-stack-mis…
Browse files Browse the repository at this point in the history
…sing-align-items-setting

feat: horizontal stack should expose field Content alignment (V) - WF-56
  • Loading branch information
ramedina86 authored Sep 3, 2024
2 parents 9191a57 + bb9a042 commit cbade54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ui/src/components/core/layout/CoreHorizontalStack.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<BaseContainer
class="CoreHorizontalStack"
:content-h-align="fields.contentHAlign.value"
content-v-align="center"
:content-v-align="fields.contentVAlign.value"
:content-padding="fields.contentPadding.value"
:is-horizontal="true"
>
Expand All @@ -13,6 +13,7 @@
<script lang="ts">
import {
contentHAlign,
contentVAlign,
contentPadding,
cssClasses,
} from "@/renderer/sharedStyleFields";
Expand All @@ -32,6 +33,7 @@ export default {
default: "0",
},
contentHAlign,
contentVAlign,
cssClasses,
},
},
Expand Down

0 comments on commit cbade54

Please sign in to comment.