From 2a3cd63d53a856fba0fd69e812e146335dd96cf3 Mon Sep 17 00:00:00 2001 From: narspt Date: Fri, 20 Jul 2018 22:23:29 +0100 Subject: [PATCH] make sure buttons text never word-wrap to avoid them getting fully disarranged in some specific cases... --- dashboard/css/layout.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dashboard/css/layout.css b/dashboard/css/layout.css index 3a80aff..26af1ba 100755 --- a/dashboard/css/layout.css +++ b/dashboard/css/layout.css @@ -79,6 +79,7 @@ a.tip:hover span { .menulink { font-size : 14pt; text-decoration : none; + white-space : nowrap; border : 1px #000000 solid; padding-left : 10px; padding-top : 3px; @@ -92,6 +93,7 @@ a.tip:hover span { .menulinkactive { font-size : 14pt; text-decoration : none; + white-space : nowrap; border : 1px #000000 solid; padding-left : 10px; padding-top : 3px;