float: inline-start with line-clamp?
Hey everyone. I was wondering if it's somehow possible to combine float: inline-start with a line-clamp
Here's a codepen illustrating the issue:
https://codepen.io/thevinter/pen/ogXezKB
Basically I would like to be able to set the line-clamp and still have the text wrap around the floating element, but this doesnt seem to work.
I assume it has to do with the fact that line-clamp wants a block context. Are there easy ways around this?
Here's a codepen illustrating the issue:
https://codepen.io/thevinter/pen/ogXezKB
Basically I would like to be able to set the line-clamp and still have the text wrap around the floating element, but this doesnt seem to work.
I assume it has to do with the fact that line-clamp wants a block context. Are there easy ways around this?

