forked from mirrors/easyappointments
Add missing button icon margin
This commit is contained in:
parent
10e885225e
commit
d30e83fb56
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<button type="button" class="add-working-plan-exception btn btn-primary me-2">
|
<button type="button" class="add-working-plan-exception btn btn-primary me-2">
|
||||||
<i class="fas fa-plus-square"></i>
|
<i class="fas fa-plus-square me-2"></i>
|
||||||
<?= lang('add_working_plan_exception') ?>
|
<?= lang('add_working_plan_exception') ?>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue