Bugzilla – Attachment 174316 Details for
Bug 38319
dt-select-filter makes some columns too wide on the detail page holdings table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38319: Control width of dt-select-filter
Bug-38319-Control-width-of-dt-select-filter.patch (text/plain), 1.14 KB, created by
David Nind
on 2024-11-10 19:12:13 UTC
(
hide
)
Description:
Bug 38319: Control width of dt-select-filter
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-11-10 19:12:13 UTC
Size:
1.14 KB
patch
obsolete
>From 79589d8bfb79369a954dd584e106eeb44ad91103 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 4 Nov 2024 21:41:49 +0000 >Subject: [PATCH] Bug 38319: Control width of dt-select-filter > >To test: >1. Find a record with some items. >2. Notice the width of the entire table. >3. Click 'Show filters' >4. The columns with a dt-select-filter ( Item type, Current library, Home library) are now much wider than without the filters. >5. APPLY PATCH, yarn build >6. Try again, the column width should stay the same. > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 5 +++++ > 1 file changed, 5 insertions(+) > >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 40deeaf44d..650557c5dc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -4707,6 +4707,11 @@ div .suggestion_note { > } > } > >+/* DataTable filter width */ >+.dt-select-filter { >+ width: 100%; >+} >+ > @import "header"; > @import "toolbar"; > @import "forms"; >-- >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 38319
:
173952
| 174316 |
174469