[Koha-bugs] [Bug 21522] Labels incorrectly inheriting some default Bootstrap style properties

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 6 16:11:07 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21522

--- Comment #3 from Victor Grousset/tuxayo <victor.grousset at 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.


More information about the Koha-bugs mailing list