From 74a9c90098c78ff916d9f10f7dccda23b7c2f387 Mon Sep 17 00:00:00 2001 From: Owen Leonard <oleonard@myacpl.org> Date: Tue, 16 Mar 2021 17:46:33 +0000 Subject: [PATCH] Bug 27889: (follow-up) Adjust width of OpacAddMastheadLibraryPulldown This patch adds some responsive classes to the OpacAddMastheadLibraryPulldown container so that it will adjust better at various browser widths. --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index 5e973e86af..4c030e13b0 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -232,7 +232,7 @@ </div> <!-- /.col --> [% IF ( Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 ) %] - <div class="col-sm order-3 order-sm-4"> + <div class="col-sm col-md-3 col-lg-2 order-3 order-sm-4"> <select name="branch_group_limit" id="select_library" class="form-control"> <option value="">All libraries</option> -- 2.11.0