-
Notifications
You must be signed in to change notification settings - Fork 42
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
Width: auto on flex containers not taking the full space available #44
Labels
bug
Something isn't working
Comments
afk-mario
changed the title
Width: auto on column direction flex containers not taking the full space available
Width: auto on flex containers not taking the full space available
Mar 19, 2021
Also the bottom padding seems to be cut of not sure if that's my re flow logic |
That's because you have set What do you mean for the bottom padding to be cut? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to make a column based layout where each row takes all the space available in the flex container if I set the width to be 100% the box overflows the flex parent container, if I use
width="auto"
the width of the child box is 0, in the Yoga layout demo works as expected.Yoga Demo
three-flex demo
https://codesandbox.io/s/weathered-wildflower-9urbo?file=/src/styles.css
The text was updated successfully, but these errors were encountered: