Re: [csswg-drafts] [css-sizing] How to shrink to fit the width? (#191)

It's hard to tell what you want, your "inverted in a way" might have mislead me. If you want

 - some size between `min-content` and `max-content`
 - but sizing tightly to the longest sequence of words that fits within that tentative size

Then the 1st part works with `minmax(min-content, max-content)` (I have just tested in Gecko, Blink and WebKit), but the 2nd part is this issue indeed and is not provided by `minmax(min-content, max-content)`.

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/191#issuecomment-1911268223 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 26 January 2024 01:34:05 UTC