Re: [csswg-drafts] [css-flexbox-1] Intrinsic size of single line flexbox. (#12123)

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>
```

![](https://github.com/user-attachments/assets/ed03971f-2cb9-4f57-87be-f2fab48a6b1b)



-- 
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