From 584cbad497c87ec894af831dc926235feb62841a Mon Sep 17 00:00:00 2001 From: Azareal Date: Fri, 14 Feb 2020 16:47:45 +1000 Subject: [PATCH] stop breaking search and filter items onto multiple lines on nox --- themes/nox/public/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/nox/public/main.css b/themes/nox/public/main.css index 47e4fedd..b18aacc1 100644 --- a/themes/nox/public/main.css +++ b/themes/nox/public/main.css @@ -248,6 +248,7 @@ li a { color: #BBBBBB; text-overflow: ellipsis; overflow: hidden; + white-space: nowrap; } .colstack_right .colstack_item:not(.colstack_head):not(.rowhead) .rowitem:not(:last-child), .rowmsg { margin-bottom: 8px;