Is there no way to adjust white-space pre-wrap height? It's the most annoying thing ever 😡
Discussion
I got 99 problems and they’re all CSS.
Do you mean the height of line breaks due to pre-wrap?
for advanced use cases you have to leverage javascript to do some math based on various factors eg height and width of containers, number of characters and lines , and so. (I mean after the init render where the real initial values are known)