Bugzilla – Attachment 189196 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]
Bug 40288: Apply overflow css to all of patronbriefinfo li's
Bug-40288-Apply-overflow-css-to-all-of-patronbrief.patch (text/plain), 1.16 KB, created by
Owen Leonard
on 2025-11-06 17:59:50 UTC
(
hide
)
Description:
Bug 40288: Apply overflow css to all of patronbriefinfo li's
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-11-06 17:59:50 UTC
Size:
1.16 KB
patch
obsolete
>From dad711116019c398dd9f8afe4e7e7d5e0eef2106 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: Apply overflow css to all of patronbriefinfo li's > >and patroninfo-section li's too. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../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 1f9f8d8f62f..3921643243c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -1887,6 +1887,11 @@ i { > > li { > &.email { >+ } >+} >+ >+.patronbriefinfo, .patroninfo-section { >+ li { > overflow: hidden; > text-overflow: ellipsis; > white-space: nowrap; >@@ -1895,11 +1900,8 @@ li { > > .patronbriefinfo { > li { >- &.email { >- font-size: 87%; >- padding: 0 10px 0 0; >- width: 90%; >- } >+ padding: 0 10px 0 0; >+ width: 90%; > } > } > >-- >2.39.5
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
|
189135
|
189136
|
189195
|
189196
|
189323
|
189324