Fix: Left-align the submit button on each card for pdf operation (#1897)
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
th:replace="~{fragments/common :: fileSelector(name='fileInput', multipleInputsForSingleRequest=true)}"
|
||||
></div>
|
||||
</div>
|
||||
<div class="element-margin">
|
||||
<div class="element-margin text-start">
|
||||
<button
|
||||
class="btn btn-primary"
|
||||
id="submitConfigBtn"
|
||||
@@ -164,7 +164,7 @@
|
||||
class="btn btn-danger"
|
||||
th:text="#{delete}"
|
||||
></button>
|
||||
|
||||
|
||||
<button
|
||||
id="saveBrowserPipelineBtn"
|
||||
class="btn btn-success"
|
||||
|
||||
Reference in New Issue
Block a user