[Koha-devel] Update bugzilla - Restore style on quotes

Jonathan Druart jonathan.druart at bugs.koha-community.org
Fri Jul 10 11:29:15 CEST 2015


Hi devs,

Our favorite bug tracker has been updated today/yesterday.

There are plenty of useful stuffs everywhere, but one thing is quite
irritating: the quotes are now displayed in block (i.e. with an
horizontal scrollbar). Ok it was not really nice to see the text
overflowed the comment block, but now you have to scroll to see the
content (example:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10988#c31).
You can restore the previous style on installing/using the stylish
add-on [1] and add the following rule:

@-moz-document domain("bugs.koha-community.org") {
  .bz_comment_text span.quote { display: inline; }
}

Note: It seems there is a bug on sending patch using git bz attach -e
(works without -e), could someone confirm?

Cheers,
Jonathan

[1] for Firefox: https://addons.mozilla.org/en-US/firefox/addon/stylish/


More information about the Koha-devel mailing list