From 255a48bb58352c54734325efdc68da9f4a8c1d0e Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 11 Aug 2025 22:48:48 +0300 Subject: [PATCH] break-word on long titles --- public/theme/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/theme/default.css b/public/theme/default.css index 23b67c4..713c03d 100644 --- a/public/theme/default.css +++ b/public/theme/default.css @@ -46,6 +46,7 @@ h1, h2, h3, h4, h5 { h1, h2 { font-size: 14px; padding: 0 8px; + word-break: break-word; } table {