From e13acabded3938a4f553f9572167b948787b8e49 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 15 Mar 2021 11:36:04 -0300 Subject: [PATCH] Bug 27864: Correct dropdown size This patch makes the dropdown width inherit the existing style. --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index 2a9c08853f8..cb15efa8c45 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -1219,6 +1219,7 @@ var biblio_id = $(this).data('biblio-id'); this_dropdown.select2({ + width: 'style', allowClear: false, ajax: { url: '/api/v1/biblios/' + encodeURIComponent(biblio_id) + '/pickup_locations', -- 2.30.2