Bugzilla – Attachment 142717 Details for
Bug 31974
Regression: Bug 31813 incorrectly affected labels in the header search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31974: Regression: Bug 31813 incorrectly affected labels in the header search
Bug-31974-Regression-Bug-31813-incorrectly-affecte.patch (text/plain), 1.28 KB, created by
Owen Leonard
on 2022-10-27 14:41:28 UTC
(
hide
)
Description:
Bug 31974: Regression: Bug 31813 incorrectly affected labels in the header search
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2022-10-27 14:41:28 UTC
Size:
1.28 KB
patch
obsolete
>From 51be7163176635bcc23ce57ad278ac98cdc963d5 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 25 Oct 2022 16:09:46 +0000 >Subject: [PATCH] Bug 31974: Regression: Bug 31813 incorrectly affected labels > in the header search > >This patch adds a specific white-space property to header search labels >so that they do not wrap. The change made by Bug 31813 overrode the >white-space property incorrectly. > >To test, apply the patch and rebuild the staff interface CSS. > >- 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. > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/_header.scss | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >index aaf8adb22c..b34f6a2eb5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >+++ b/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; > } > } > >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31974
:
142629
|
142654
|
142717
|
142718
|
142787
|
142812
|
142813