From 566894f058759c05922ec3399ba4ca96d27978f6 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 Signed-off-by: Katrin Fischer --- .../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 2f62c2d81f..2bec589940 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.20.1