https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25282
--- Comment #4 from Owen Leonard <[email protected]> --- (In reply to Jonathan Druart from comment #3) > Looks like this patch does the job but IIRC we already switched from left to > right because of another problem (?) Yes, because it's possible for the menu to disappear off the right side of the screen at lower browser widths or with languages which have longer menu item text. While using "pull-left" fixes the symptom of the problem, I believe the real issue is that Bootstrap is calculating the position of the menu button before DataTables draws the table. Whatever solution we come up with will need to be tested with any DataTable that has a Bootstrap menu button in it. -- 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/
