2
I’m working with grids and I need to know if there’s any way to capture the box line number (Usually 1) to decrease the source number so it fits in the box so it only takes one line.
Note: I have tried Autofill in js, but in case the div height is not fixed, so it does not work.
Example and additional explanation here.
One way would be to use javascript and count the number of characters
strong.length
, and test how many characters the sentence starts to break.– KaduAmaral