Skip to content

Commit

Permalink
style: improved button layout for verification
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Oct 20, 2024
1 parent 7e10209 commit 88c491c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpmyfaq/assets/templates/admin/dashboard.twig
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@
<i aria-hidden="true" class="bi bi-check bi-fw"></i> {{ 'msgOnlineVerificationCheck' | translate }}
</h5>
<div class="card-body">
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#verificationModal">
<button type="button" class="btn btn-primary mb-2 w-100" data-bs-toggle="modal"
data-bs-target="#verificationModal">
{{ 'msgOnlineVerificationCheckButton' | translate }}
</button>
</div>
Expand Down

0 comments on commit 88c491c

Please sign in to comment.