https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38285 Bug ID: 38285 Summary: Replace instances of obsolete Bootstrap class "pull-right" Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org Depends on: 35402 Bootstrap 5 doesn't have the "pull-right" class, and we have some instances of it which were not caught during the upgrade. Most commonly we see it on dropdown menus, where it may be able to be removed without replacing it with a different class. Bootstrap 5 menus are more responsive than previous versions. Otherwise "pull-right" on dropdowns can be replaced with "dropdown-menu-end". Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35402 [Bug 35402] Update the OPAC and staff interface to Bootstrap 5 -- You are receiving this mail because: You are watching all bug changes.