So I have this dynamic table with names that I would like to adjust so that text does not wrap to the next line and still is visible. The easiest way would be to have the text size auto-adjust to the container width so that the height whould be the same for all cells:
How it looks now
How I would prefer it to look...
Anyone has some good hints?
Of course I could always have some rigid function that changes the font-size of a specific name based on the length of the text. But I was hoping that there was some cool CSS code that could do the trick!
I know that I can automatically adjust with the canvas size with (vw) but that does not help when the width of my columns are fixed.