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

I love that some problems like this one still don't have a solution with today's CSS. Does it represent a challenge (cyclic dependencies)? Does it lack use cases / demand from developers?

Here's a use case I had today: https://codepen.io/benface/pen/WYMMPo

I don't want the underline to go past the text. Easy when the text doesn't wrap (a simple `display: flex;` on the container takes care of that), but impossible when it does.

I'll be following this one for sure.

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

Received on Wednesday, 21 November 2018 23:43:05 UTC