[Koha-devel] [Koha-translate] Translation too long

Owen Leonard oleonard at myacpl.org
Tue Oct 9 17:13:48 CEST 2018


> I've noticed that there's a translation too long in french in
> catalogue/moredetail.pl so it's unreadable. Cf image.

This is a problem with the page's stylesheet which can be corrected
immediately by adding some CSS to your intranetUserCSS system
preference:

ol.bibliodetails li {
    clear: left;
}
.label {
    white-space: normal;
    border-radius: 0;
    text-align: left;
    line-height: inherit;
}

I have filed Bug 21522 for an official fix.

 -- Owen

-- 
Web Developer
Athens County Public Libraries
https://www.myacpl.org


More information about the Koha-devel mailing list