From c6b74d80539320955d76a8a1021a6ec1d0e8527b Mon Sep 17 00:00:00 2001 From: Brady McDonough Date: Sun, 2 Feb 2025 15:02:53 -0700 Subject: [PATCH] New Brunswick was being rendered on 2 lines instead of 1 --- frontend/www/assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/www/assets/style.css b/frontend/www/assets/style.css index 24768d9..0affd21 100644 --- a/frontend/www/assets/style.css +++ b/frontend/www/assets/style.css @@ -143,6 +143,7 @@ h5 { padding-bottom:0.4em; font-weight:bold; font-family:var(--header-stack); + text-wrap:nowrap; } h1 { font-size:calc(var(--head-size-base) + calc(4 * var(--head-size-step)));