Bugzilla – Attachment 150314 Details for
Bug 33631
results_summary label and content are slightly misaligned in staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33631: Fix alignment issue in results_summary
Bug-33631-Fix-alignment-issue-in-resultssummary.patch (text/plain), 973 bytes, created by
David Nind
on 2023-04-27 19:21:30 UTC
(
hide
)
Description:
Bug 33631: Fix alignment issue in results_summary
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-04-27 19:21:30 UTC
Size:
973 bytes
patch
obsolete
>From 3e329d13865bbfb35830d1da63980fb64e75a236 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 27 Apr 2023 15:16:42 +0000 >Subject: [PATCH] Bug 33631: Fix alignment issue in results_summary > >To test: >1 On staff results or detail page notice that slight misaligmnet between label and content. >2. Apply patch, yarn_build, clear browser cache >3. Look again, alignment should be fixed > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index ab0a8f9e3e..4a51b84f90 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -2371,6 +2371,7 @@ td.bundle { > > .label { > color: #707070; >+ vertical-align: unset; > } > } > >-- >2.30.2
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 33631
:
150307
|
150314
|
150320
|
150453
|
150454
|
150465