diff --git a/customize.dist/src/less2/include/forms.less b/customize.dist/src/less2/include/forms.less index 96fe3f761..2eace9f29 100644 --- a/customize.dist/src/less2/include/forms.less +++ b/customize.dist/src/less2/include/forms.less @@ -113,7 +113,7 @@ transition: none; i, .fa, .cptools { - &:not(:last-child) { + &:not(.nomargin) { margin-right: 5px; } } diff --git a/www/form/inner.js b/www/form/inner.js index fe4482b85..0bc11822a 100644 --- a/www/form/inner.js +++ b/www/form/inner.js @@ -3920,7 +3920,7 @@ define([ framework.localChange(); refreshEndDate(); }); - var cancel = h('button.btn.btn-danger', h('i.fa.fa-times')); + var cancel = h('button.btn.btn-danger', h('i.fa.fa-times.nomargin')); $(cancel).click(function () { refreshEndDate(); });