From c800ebf4e4f7427cb13fc91f226b73d0eb05f72a Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 23 Dec 2024 21:18:18 -0600 Subject: [PATCH] fix: fix style for header title text let it be longer before truncating with ellipsis --- src/wuttaweb/templates/base.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wuttaweb/templates/base.mako b/src/wuttaweb/templates/base.mako index 09d30ab..425d5bd 100644 --- a/src/wuttaweb/templates/base.mako +++ b/src/wuttaweb/templates/base.mako @@ -155,7 +155,7 @@ } #content-title h1 { - max-width: 50%; + max-width: 80%; overflow: hidden; padding-left: 0.5rem; text-overflow: ellipsis;