Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
raaymax opened this issue Apr 16, 2024 · 1 comment
Closed

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

raaymax opened this issue Apr 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@raaymax
Copy link
Collaborator

raaymax commented Apr 16, 2024

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 raaymax changed the title Horizontal stack Horizontal stack missing align-items setting Apr 16, 2024
@FabienArcellier
Copy link
Collaborator

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 : #97

@ramedina86 ramedina86 added the enhancement New feature or request label Aug 26, 2024
@FabienArcellier FabienArcellier changed the title Horizontal stack missing align-items setting horizontal stack should expose field Content alignment (V) Sep 1, 2024
@FabienArcellier FabienArcellier added the wip Work in progress label Sep 1, 2024
@FabienArcellier FabienArcellier removed the wip Work in progress label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants