[Koha-bugs] [Bug 19643] Pagination buttons on staged marc management are stacking instead of inline

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 16 19:01:31 CET 2017


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

--- Comment #1 from Michael Cabus <michael at bywatersolutions.com> ---
This CSS can help

div.pages {
    margin: .5em 0;
    display: flex;
    flex-wrap: wrap;
}

.pages .nav {
    margin-bottom: 10px;
}

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


More information about the Koha-bugs mailing list