#Blank spaces (CSS)
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Hey,
Anyone knows if there is a way to fix this using CSS?
Basically if the text takes more than two lines the width = max-width
But that also happens when a word gets pushed to the next line leaving an empty space to the right!
I have a temporary fix which is to word-break: break-all;
But it’s sub-optimal
Up. Does anyone have a better way to fix this?