@@ -, +, @@ in the header search - Go to Administration. - The header search label "Search system preferences" should appear on one line. - Check that labels still wrap correctly on pages like the patron edit screen and the staged MARC record detail view. --- koha-tmpl/intranet-tmpl/prog/css/src/_header.scss | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss @@ -118,6 +118,7 @@ a.navbar-toggle { color: white; font-weight: bold; margin: 0; + white-space: nowrap; } } --