https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42531 Bug ID: 42531 Summary: Repeatable field values with long text do not wrap on staff record detail page Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Cataloging Assignee: Laura.escamilla@bywatersolutions.com Reporter: Laura.escamilla@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl The styling added for repeatable fields in Bug 30148 sets .resource_list li to white-space: nowrap. This works for short values, but causes long field values to overflow the page instead of wrapping. This can be seen with long MARC field content, such as a lengthy 508$a Production Credits note. The text continues off the right side of the staff record detail page, making the content difficult to read. The CSS should allow repeatable field values to wrap normally while still keeping the inline separator formatting. -- You are receiving this mail because: You are watching all bug changes.