Bugzilla – Attachment 189136 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
0002-Bug-40288-Apply-overflow-css-to-all-of-patronbriefin.patch (text/plain), 1.15 KB, created by
Michael Hafen
on 2025-11-05 18:39:52 UTC
(
hide
)
Description:
Bug 40288: Apply overflow css to all of patronbriefinfo li's
Filename:
MIME Type:
Creator:
Michael Hafen
Created:
2025-11-05 18:39:52 UTC
Size:
1.15 KB
patch
obsolete
>From d4d9c60b025caf4945446ef6bb2ae5bb1a5f42d1 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 2/2] Bug 40288: 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 1f9f8d8f62..3921643243 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.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
|
189135
|
189136
|
189195
|
189196
|
189323
|
189324