To replicate - 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
Created attachment 152460 [details] [review] 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
Now that we have the DataTables responsive plugin on this table I wonder if we can't remove the entire custom style from #holdingst?
(In reply to Owen Leonard from comment #2) > Now that we have the DataTables responsive plugin on this table I wonder if > we can't remove the entire custom style from #holdingst? Sounds like that's worth a try.
This looks to be solved by Bug 32341. Should we still use this bug to remove the custom style Owen mentioned?