Fix button icons

This commit is contained in:
yflory 2021-09-02 12:16:01 +02:00
parent 651dfee26c
commit 600cca564d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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