Bugzilla – Attachment 142628 Details for
Bug 31794
Add GET endpoint for Authorities
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-25 16:15:50 UTC
(
hide
)
Description:
Bug 31974: Regression: Bug 31813 incorrectly affected labels in the header search
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2022-10-25 16:15:50 UTC
Size:
1.28 KB
patch
obsolete
>From 8211b3483b6dc2168836788fc689dc6ead81f4b4 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. > >https://bugs.koha-community.org/show_bug.cgi?id=31794 >--- > 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 31794
:
142628
|
144458
|
144460
|
144484
|
144485
|
146338
|
146339
|
147778
|
147779