From aeb90b08b8efd1c9fc4e6613847ca25a2fc330ac Mon Sep 17 00:00:00 2001 From: Ole Mussmann Date: Thu, 20 Feb 2025 20:32:11 +0100 Subject: [PATCH] prevent linebreaks in header words --- assets/css/utils.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/utils.css b/assets/css/utils.css index 1c32ab7..f53c655 100644 --- a/assets/css/utils.css +++ b/assets/css/utils.css @@ -1,5 +1,6 @@ .flex { display: flex; + flex-wrap: wrap; } .bold {