I do have a "g(r)ay asexual" bit in that same bullet point list, and I'm *not* changing that 😁
#gender #non-binary
I do have a "g(r)ay asexual" bit in that same bullet point list, and I'm *not* changing that 😁
#gender #non-binary
If you want something better, in the CSS Working Group we're working on letting you clamp by a height (`line-clamp: auto; max-height: 300px`), and hopefully will ship soonish in Chrome
If you want something better, in the CSS Working Group we're working on letting you clamp by a height (`line-clamp: auto; max-height: 300px`), and hopefully will ship soonish in Chrome
So clamping by `floor(1 + (percentage / 100) * (numLines - 1))`.
So clamping by `floor(1 + (percentage / 100) * (numLines - 1))`.
The `numLines + 1` multiplier means you can clamp by the full number of lines (5 here) with 84%
The `numLines + 1` multiplier means you can clamp by the full number of lines (5 here) with 84%