[Koha-bugs] [Bug 26959] Reindent batch item modification template

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 3 19:01:09 CET 2021


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

--- Comment #12 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 117622
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=117622&action=edit
Bug 26959: (follow-up) Fix CSS for column selection labels

This patch modifies the staff interface SCSS in order to fix the display
of column selection checkbox labels on the batch item modification page.
Even though the style of the elements defines the "white-space" as
"nowrap," adding whitespace within the element (as was done to correct
indentation) still created problems.

Changing the display property of the elements to "inline-block" corrects
this.


Current status: Failed QA

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list