From 493ae8b75bfde1cde3ee29c6781f6dba9d6cccdc Mon Sep 17 00:00:00 2001
From: Lucas Gass <lucas@bywatersolutions.com>
Date: Tue, 20 Jun 2023 22:19:01 +0000
Subject: [PATCH] Bug 34072: Remove float/clear from froms.scss

To test:
- go to /cgi-bin/koha/circ/view_holdsqueue.pl
- inspect something within the page to open the dev tools
- press ctrl-shift-m to show the device toolbar
- use the device toolbar to reduce the resolution of your window
- observe that the search controls are lost at smaller resolutions
- Apply patch, regerate CSS ( https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface ), clear browser cache
- Try again, you should now see the search controls
- Since this patch changes forms.scss try some other forms in Koha at different screen sizes to make sure they still look correct
---
 koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss | 2 --
 1 file changed, 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss
index 99f8adfbca..9c6f60394b 100644
--- a/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss
+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss
@@ -19,8 +19,6 @@ fieldset {
     }
 
     &.rows {
-        clear: left;
-        float: left;
         margin: .9em 0 0;
         padding: 1rem;
         width: 100%;
-- 
2.30.2