Bugzilla – Attachment 152460 Details for
Bug 34053
Text in holdings table gets wrapped on mobile, breaking words and decreasing readability
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34053: Fixing overlapping in holdings table
Bug-34053-Fixing-overlapping-in-holdings-table.patch (text/plain), 1.21 KB, created by
Wainui Witika-Park
on 2023-06-19 04:49:44 UTC
(
hide
)
Description:
Bug 34053: Fixing overlapping in holdings table
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2023-06-19 04:49:44 UTC
Size:
1.21 KB
patch
obsolete
>From bfee8185fa2f961905613c82b9f0fd975123b048 Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Mon, 19 Jun 2023 04:40:11 +0000 >Subject: [PATCH] Bug 34053: Fixing overlapping in holdings table > >To see initial issue: > 1) Go to opac > 2) Do a search in the catalogue > 3) Go to a record > 4) Go down to the "Holdings" table > 5) Scroll in, notice the text overlaps > >To test fix: > 1) Backport patch > 2) Build the OPAC CSS from the updated SCSS ("yarn build" on ktd) > 3) Go to opac > 4) Do a search in the catalogue > 5) Go to a record > 6) Go down to the "Holdings" table > 7) Scroll in, notice the text no longer overlaps > > Sponsored-by: Ministry for Primary Industries | NZ Government >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >index 4fcb77af05..84c808cb3d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >@@ -2282,8 +2282,6 @@ nav { > } > > #holdingst { >- table-layout: fixed; >- > td { > overflow-wrap: break-word; > } >-- >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 34053
: 152460