summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-12 10:34:27 -0400
committerJune McEnroe <june@causal.agency>2020-07-12 10:34:27 -0400
commit3009dbb7ac067317cbb822017a8baf22e3bf6604 (patch)
tree7d8508c095fe72b0f3f04b4b14f53f0b91656f66
parentFix active networks ordering (diff)
downloadscooper-3009dbb7ac067317cbb822017a8baf22e3bf6604.tar.gz
scooper-3009dbb7ac067317cbb822017a8baf22e3bf6604.zip
Set messages to break lines anywhere if need be
-rw-r--r--default.css4
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);
photos from September 29June McEnroe 2024-10-07Add photos from September 28June McEnroe 2024-10-07Add photos from September 22June McEnroe 2024-09-25Add photos from September 15June McEnroe 2024-09-24Add photos from September 14June McEnroe 2024-09-24Add photos from September 12June McEnroe 2024-09-24Add photos from September 7June McEnroe 2024-09-24Allow not having descriptionsJune McEnroe 2024-09-23Automatically select the last used lens for a bodyJune McEnroe 2024-09-19Add photos from September 5June McEnroe 2024-09-15Add some more film stocks to the listJune McEnroe 2024-09-13Add photos from September 2June McEnroe 2024-09-13Add Fomapan 200 to films listJune McEnroe 2024-09-10Add August 29 picnic photosJune McEnroe 2024-09-08Apply some bold to trips renderingJune McEnroe 2024-09-08Render trips hopefully more efficientlyJune McEnroe 2024-09-08Allow removing bodies and lensesJune McEnroe 2024-09-08Limit body width so it looks less silly on desktopJune McEnroe 2024-09-07Handle no film being loadedJune McEnroe 2024-09-07Fancy up the text a littleJune McEnroe