From bfee8185fa2f961905613c82b9f0fd975123b048 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park 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