From 41a419306da0dfc0bf3538466db59bba7bab55e9 Mon Sep 17 00:00:00 2001 From: Hammat Wele Date: Wed, 23 Nov 2022 17:08:19 +0000 Subject: [PATCH] OPAC - Mobile - The Selection toolbar in search result is shifted and not adjusted To reproduce: Go to the OPAC Open mobile mode Perform a search Check the top of the results table --> options are not displayed correctly; --> there is a blank space between 'Unhighlight' and 'Select All' Apply the patch and perform the same search again. Confirm that options are displayed correctly https://bugs.koha-community.org/show_bug.cgi?id=32338 --- koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss index 63434d3cbf..4b4cc029fc 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -1122,7 +1122,7 @@ fieldset { margin-top: 3px; padding-left: 10px; padding-top: .5em; - + flex-wrap: wrap; > div:first-child::before { content: ""; padding: 0; -- 2.34.1