mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Add missing margin to add-break button
This commit is contained in:
parent
b5788d47d8
commit
be0f473568
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
|
||||
<div class="mt-2">
|
||||
<button type="button" class="add-break btn btn-primary">
|
||||
<i class="fas fa-plus-square"></i>
|
||||
<i class="fas fa-plus-square me-2"></i>
|
||||
<?= lang('add_break'); ?>
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue