6 Dec
2018
6 Dec
'18
3:11 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21522 --- Comment #3 from Victor Grousset/tuxayo <victor.grousset@biblibre.com> --- Created attachment 82913 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82913&action=edit new CSS fix The previous intranetUserCSS workaround was causing a minor issue. Here is a simpler one which doesn't cause the wrapped text to cross the delimiter of the next line. /* To remove when the following bugzilla ticket will be finished and deployed */ /* https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21522 */ body#catalog_moredetail ol.bibliodetails span.label { width: 18em; } -- You are receiving this mail because: You are watching all bug changes.