- From: Daniel Tonon via GitHub <sysbot+gh@w3.org>
- Date: Wed, 29 May 2019 21:20:26 +0000
- To: public-css-archive@w3.org
Thank you! I ran into this issue constantly when flexbox first came out. Let's say I was making a layout with 3 equal width columns. I really loved how adding `flex-grow: 1;` to all the list items would mean having 1 item lead to 1 full width column. 2 items would lead to 2 equal width columns. 3 items leads to 3 equal width columns. But then if you have 4 items, you have 3 equal width columns but the last item is full width. ☹ This makes the last item look visually far more important than all the previous items. It's not supposed to look any more important than the others though. Idealy, having 4 items would lead to 2 equal width columns and 2 rows. -- GitHub Notification of comment by Dan503 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3070#issuecomment-497113431 using your GitHub account
Received on Wednesday, 29 May 2019 21:20:28 UTC