writer / writer-framework

No-code in the front, Python in the back. An open-source framework for creating data apps.
https://dev.writer.com/framework/introduction
Apache License 2.0
1.32k stars 76 forks source link

horizontal stack should expose field Content alignment (V) #388

Closed raaymax closed 1 month ago

raaymax commented 6 months ago

There is no way of setting align-items style property (without !important) for horizontal stack because it's set in style="" property of html element. It would be nice to have ability to adjust this style with UI or with CSS.

FabienArcellier commented 6 months ago

You may be able to change src/ui/src/core_components/base/BaseContainer.vue to map on css class instead of style. Unfortunattely, you still need !important flag due to the way style scope definition are working. I think It's link to this one : https://github.com/streamsync-cloud/streamsync/issues/97