Nicknames in channel messages are rendered in a fixed-width column. Whether the nick is 3 characters or 15, all message text starts at the same horizontal position.
How It Works
Messages use a CSS grid layout (chat-msg-grid) with the nick column set to a fixed width. This dramatically improves readability in busy channels.
Notes
Action messages (/me), notices, and system messages are not grid-aligned as they use different formatting.