Fixed Warning reason that it's too long

Please tell me what single word is that long?
It doesn't matter how many words are in the description (after certain # of words, it should be broken to a different line, or it should have a character limit).
image.webp
 
Last edited:
It does break lines. Your example includes the massive word, so the container is the width as the large word, thus, not breaking to a new line.
Edit: I got it.
But it's still shouldn't happen. You never know what words are there (not in English).
 
In messages for example, there is css word-break that prevents a situation like this. I guess the same thing should be added to warnings as well.
 
This really just needs a fixed table layout. In general, this happens already -- it's a table-specific quirk.
 
Back
Top Bottom