https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30841 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |21.11 --- Comment #1 from David Cook <dcook@prosentient.com.au> --- As a workaround, I'm using the following in OPACUserCSS: @media screen and (min-width: 768px) and (max-width: 991px) { body#results .col-lg-2 { max-width: 16.667%; } body#results .col-lg-10.order-md-first { max-width: 83.333%; } } body#results .col-lg-10.order-md-first { order: inherit; } -- You are receiving this mail because: You are watching all bug changes.