- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 14 May 2025 23:12:02 +0000
- To: public-css-archive@w3.org
Blink has this behavior which seems weird to me: ```html <!DOCTYPE html> <div style="display: flex; min-height: min-content; height: 10px; border: solid 3px;"> <div style="background: lime; height: 50px;">hi there</div> </div> <div style="display: flex; min-height: min-content; height: 10px; border: solid 3px;"> <div style="background: lime;">hi there</div> </div> ```  -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12123#issuecomment-2881798018 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 14 May 2025 23:12:03 UTC