馃殌 Feature Request: Disable horizontal auto margin on e-con-inner (total customization for pixel perfect alignments) #21579
davidmondok
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe.
margin: 0 auto;is automatically applied to.e-con > .e-con-innerwhich introduces quite a few limitations in what layouts can be created.For example I didn't find a way to align a container with a custom boxed width to the left, if it's the only child element of a parent container. The auto margin thwarts any attempts at achieving this, no matter what offered container (flexbox) options on uses (justify-content start, disable flex-grow, ...)
Describe the solution you'd like
It would be great to have a toggle to disable this behavior. For now I solved the problem with a custom class.
Describe alternatives you've considered
Additional context
No response
All reactions