diff options
author | June McEnroe <june@causal.agency> | 2020-07-12 13:49:55 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-12 13:49:55 -0400 |
commit | 220f81efa0040c4793c724c27adce9ab4c262789 (patch) | |
tree | ee9c5fd19da5ee73f3c290c7e19234290203d799 | |
parent | Add topic to events page (diff) | |
download | scooper-220f81efa0040c4793c724c27adce9ab4c262789.tar.gz scooper-220f81efa0040c4793c724c27adce9ab4c262789.zip |
Set message column max width
-rw-r--r-- | default.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.css b/default.css index 93a1391..1ebd4e0 100644 --- a/default.css +++ b/default.css @@ -104,6 +104,7 @@ tr.notice td.nick span::before, tr.notice td.nick span::after { } td.message { + width: 100%; overflow-wrap: anywhere; } |