Steps to replicate the issue (include links if applicable):
What happens?:
The warning "There is no video associated with the current subtitle page" is horizontally squeezed to the point that each line has only one letter.
What should have happened instead?:
The warning appears normally.
Other information:
The culprit appears to be:
.oo-ui-labelWidget { display: inline-block; }
It's using a Codex box inside an OOUI element for some reason.

