writer-framework icon indicating copy to clipboard operation
writer-framework copied to clipboard

Horizontal stack missing align-items setting

Open raaymax opened this issue 1 year ago • 1 comments

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.

raaymax avatar Apr 16 '24 11:04 raaymax

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

FabienArcellier avatar Apr 16 '24 12:04 FabienArcellier