Partial fix Profile warnings tab in responsive

refael

Well-known member
There's a little styling issue with the date value in the warnings tab

image.webp

The date is unexpectedly breaking into two lines.
Sometimes it looks like this
image.webp
 
I have made some tweaks here, though there is some expectation of this happening if the browser doesn't allocate much space (because it doesn't have it) for that CSS; it will force a wrap. This could still potentially happen in some cases (or possibly cause overflow if breaking isn't possible). I think that's roughly acceptable as it should be uncommon.
 
Top Bottom