Bugzilla – Attachment 183874 Details for
Bug 40288
patron details in patron sidebar overflow the sidebar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Apply overflow css to all of patronbriefinfo li's, and patroninfo-section li's too.
0001-Bug-40288-Follow-up-Apply-overflow-css-to-all-of-pat.patch (text/plain), 1.16 KB, created by
Michael Hafen
on 2025-07-08 20:51:39 UTC
(
hide
)
Description:
Apply overflow css to all of patronbriefinfo li's, and patroninfo-section li's too.
Filename:
MIME Type:
Creator:
Michael Hafen
Created:
2025-07-08 20:51:39 UTC
Size:
1.16 KB
patch
obsolete
>From 319a4f4e602de93a9bd284f23f80f613ebe99e34 Mon Sep 17 00:00:00 2001 >From: Michael Hafen <michael.hafen@washk12.org> >Date: Tue, 8 Jul 2025 14:49:23 -0600 >Subject: [PATCH] Bug 40288 Follow-up: Apply overflow css to all of > patronbriefinfo li's >Content-Type: text/plain; charset="utf-8" > >and patroninfo-section li's too. >--- > .../intranet-tmpl/prog/css/src/staff-global.scss | 12 +++++++----- > 1 file changed, 7 insertions(+), 5 deletions(-) > >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 344415211c..8ae88f27d0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -1868,6 +1868,11 @@ i { > > li { > &.email { >+ } >+} >+ >+.patronbriefinfo, .patroninfo-section { >+ li { > overflow: hidden; > text-overflow: ellipsis; > white-space: nowrap; >@@ -1876,11 +1881,8 @@ li { > > .patronbriefinfo { > li { >- &.email { >- font-size: 87%; >- padding: 0 10px 0 0; >- width: 90%; >- } >+ padding: 0 10px 0 0; >+ width: 90%; > } > } > >-- >2.43.0 >
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 40288
:
183680
|
183681
|
183770
|
183799
| 183874