From 65febebd40b2a010a478a528416e6d18dac3d969 Mon Sep 17 00:00:00 2001 From: Davide Masserut Date: Tue, 17 Jan 2023 22:57:15 +0100 Subject: [PATCH] Fix header items wrapping --- ui/static/css/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/static/css/common.css b/ui/static/css/common.css index 1f28df32..1fa93c3e 100644 --- a/ui/static/css/common.css +++ b/ui/static/css/common.css @@ -122,6 +122,7 @@ a:hover { .page-footer li { list-style-type: none; line-height: 1.8em; + white-space: nowrap; } .page-header ul a .icon {