Fix: Left-align the submit button on each card for pdf operation (#1897)

This commit is contained in:
Aharnish Solanki
2024-09-14 16:35:26 -03:00
committed by GitHub
parent 909a3347a0
commit 2cfb553320
8 changed files with 10 additions and 8 deletions

View File

@@ -74,7 +74,7 @@
</div>
</div>
<br>
<div class="mb-3 text-center">
<div class="mb-3 text-left">
<button type="submit" id="submitBtn" class="btn btn-primary" th:text="#{addPassword.submit}"></button>
</div>
</form>