diff options
Diffstat (limited to 'default.css')
-rw-r--r-- | default.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default.css b/default.css index cc45711..93a1391 100644 --- a/default.css +++ b/default.css @@ -103,6 +103,10 @@ tr.notice td.nick span::before, tr.notice td.nick span::after { content: '-'; } +td.message { + overflow-wrap: anywhere; +} + footer { font-size: 0.83em; color: var(--dim); |