From be92eeaed2dccc0b1f38c08433d50f399cc05a7e Mon Sep 17 00:00:00 2001 From: Brendan Lawlor Date: Fri, 12 Apr 2024 16:40:41 +0000 Subject: [PATCH] Bug 36295: Space out content blocks in batch record modification This patch adds a float clearing class to a line break in the batch record modification template to fix a spacing issue in Chrome. To test apply the patch and go to Cataloging -> Batch record modification There should be space between the two sections. Signed-off-by: Caroline Cyr La Rose Signed-off-by: Martin Renvoize --- .../prog/en/modules/tools/batch_record_modification.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt index 2f62c2d81fe..2bec5899403 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt @@ -95,7 +95,7 @@ -

+
[% WRAPPER tabs id= "batch_mod_form" %] [% WRAPPER tabs_nav %] -- 2.44.0