https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38185
--- Comment #33 from Jonathan Druart <[email protected]> --- Owen, I've cleaned up a bit the changes: * Opened bug 42925 for the adjustment of the "clear" feature (it's not directly dependent on this dom=>layout change) * Squashed a couple of patches and adjusted commit messages * Pushed a backup version to https://gitlab.com/joubu/Koha/-/commits/old/20260626-bug_38185 Can you clarify why you removed 'justify-content' there: .dt-buttons { display: flex; flex-grow: 1; - justify-content: flex-end; - } Bug 38185: Try to match current DataTable style using new layout option I've added back in "Move buttons to the right", but maybe we do not need some other changes from the patch, like: + div.dt-layout-end { + &.dt-search-buttons { + .dt-buttons { + /* Override left margin to keep "Clear" button next to search field */ + margin-left: 0; + } + } + } + } -- 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/
