From d33f73ecc1419c017d56cf462272b60b65229e8a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 11 Aug 2024 16:55:06 -0700 Subject: [PATCH] word-wrap: anywhere on td for mobile display --- templates/til_base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/til_base.html b/templates/til_base.html index 34b94148ef..73a034896e 100644 --- a/templates/til_base.html +++ b/templates/til_base.html @@ -80,6 +80,7 @@ th, td { padding: 0.3em; border: 1px solid #D3D3D3; + word-wrap: anywhere; } th { background-color: #eee;