diff options
author | June McEnroe <june@causal.agency> | 2020-07-12 10:34:27 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-12 10:34:27 -0400 |
commit | 3009dbb7ac067317cbb822017a8baf22e3bf6604 (patch) | |
tree | 7d8508c095fe72b0f3f04b4b14f53f0b91656f66 | |
parent | Fix active networks ordering (diff) | |
download | scooper-3009dbb7ac067317cbb822017a8baf22e3bf6604.tar.gz scooper-3009dbb7ac067317cbb822017a8baf22e3bf6604.zip |
Set messages to break lines anywhere if need be
Diffstat (limited to '')
-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); |