How to layout like this? #3857
-
There must be three columns, the left and right columns have the same width, and the rest of the width is for the middle column, which can be adaptive Here is how I write it now
|
Beta Was this translation helpful? Give feedback.
Answered by
andydotxyz
May 4, 2023
Replies: 1 comment
-
I think the Border container will do what you want, though I would be very careful about setting a large min-size for items as it will probably break smaller screens. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
junmaqiang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the Border container will do what you want, though I would be very careful about setting a large min-size for items as it will probably break smaller screens.