margin consistency

pull/225/head
Aevann 2024-02-25 01:08:28 +02:00
parent 0eae6efc6d
commit 50dab17071
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
<label class="mt-3" for="chud_days">Days</label>
<input autocomplete="off" type="number" step="any" max="{{max_days()}}" id="chud_days" class="form-control" placeholder="Leave blank for permanent">
<div class="modal-footer pr-0">
<div class="modal-footer pr-0 mt-3">
<button type="button" class="btn btn-link text-muted" data-bs-dismiss="modal">Cancel</button>
<button type="button" id="chudUserButton" class="btn btn-danger btn-primary mr-0" data-bs-dismiss="modal"></button>
</div>