CSS Grid prop justify content missing several values #457
Unanswered
thewebartisan7
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You could just do Not sure about changing the default, but we'll look into the missing values. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Grid component prop justify is missing several values like stretch, normal etc... and has a default value of flex-start, which then make the grid childs not fit whole width.
Results of below example with header, sidebar and main content is in below screenshot:
Result (the yellow is the main grid:
Expected:
Would be also better to have a different default than flex-start.
Beta Was this translation helpful? Give feedback.
All reactions