From 1186e43d2132867f94325c62041346c1f0dab4df Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Thu, 1 Oct 2020 23:23:56 +0000 Subject: [PATCH] Fix: let boxnav items wrap if needed --- web/assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/assets/css/style.css b/web/assets/css/style.css index 6eeffa5d..75828a4a 100644 --- a/web/assets/css/style.css +++ b/web/assets/css/style.css @@ -132,6 +132,7 @@ ul.boxnav { margin: 0; padding: 0; display: flex; + flex-wrap: wrap; } ul.boxnav > li {