Fix button icons

pull/1/head
yflory 3 years ago
parent 651dfee26c
commit 600cca564d

@ -113,7 +113,7 @@
transition: none;
i, .fa, .cptools {
&:not(:last-child) {
&:not(.nomargin) {
margin-right: 5px;
}
}

@ -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();
});

Loading…
Cancel
Save