https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26551
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #110850|0 |1 is obsolete| | --- Comment #3 from David Nind <[email protected]> --- Created attachment 110885 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=110885&action=edit Bug 26551: Correct modal markup to prevent long heading from overflowing This patch modifies the markup of the MARC framework import and export modals so that CSS intended only for Bootstrap buttons isn't applied to content in the modal. The modal dialog markup was nested inside a ".btn-group" <div>, which carries with it CSS that prevents text wrapping. Moving the modal markup out of the button group while keeping it inside the <td> corrects the problem. Lines have only been shifted and reindented. To test, apply the patch and go to Administration -> MARC bibliographic framework. - In the table of frameworks, from the "Actions" menu, test both the "Import" and "Export" links. Both should work as expected. - Confirm that the text of the heading on the "Import" modal wraps correctly. - Test the same operations for a framework other than the default one. Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
