From 37430f529419148ac73f71e58eed759ebad33f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Thu, 2 Sep 2021 15:31:05 +0100 Subject: [PATCH] Remove margin on icon-only button to remove a condition --- www/form/inner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/form/inner.js b/www/form/inner.js index 040f77fa3..38ddc35ba 100644 --- a/www/form/inner.js +++ b/www/form/inner.js @@ -3047,7 +3047,7 @@ define([ $(iSelect).hide(); var remove = h('button.btn.btn-danger-alt.cp-condition-remove', [ - h('i.fa.fa-times') + h('i.fa.fa-times.nomargin') ]); $(remove).on('click', function () { $content.remove();