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

@@ -21,7 +21,7 @@
<label th:text="#{removeCertSign.selectPDF}"></label>
<div th:replace="~{fragments/common :: fileSelector(name='fileInput', multipleInputsForSingleRequest=false, accept='application/pdf')}"></div>
</div>
<div class="mb-3 text-center">
<div class="mb-3 text-left">
<button type="submit" id="submitBtn" class="btn btn-primary" th:text="#{removeCertSign.submit}"></button>
</div>
</form>