Remove margin on icon-only button to remove a condition

pull/1/head
David Benqué 3 years ago
parent 24a21bab8d
commit 37430f5294

@ -3047,7 +3047,7 @@ define([
$(iSelect).hide(); $(iSelect).hide();
var remove = h('button.btn.btn-danger-alt.cp-condition-remove', [ 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 () { $(remove).on('click', function () {
$content.remove(); $content.remove();

Loading…
Cancel
Save