We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f16a03e + ad7aa36 commit ea6f640Copy full SHA for ea6f640
1 file changed
src/app/submission/form/footer/submission-form-footer.component.html
@@ -1,6 +1,6 @@
1
@if (!!submissionId) {
2
- <div class="row">
3
- <div class="col">
+ <div class="d-flex flex-row gap-1 justify-content-between">
+ <div class="flex-grow-0">
4
@if ((showDepositAndDiscard | async)) {
5
<button
6
type="button"
@@ -13,7 +13,7 @@
13
</button>
14
}
15
</div>
16
- <div class="col text-end d-flex justify-content-end align-items-center">
+ <div class="text-end d-flex justify-content-end align-items-center">
17
@if ((hasUnsavedModification | async) !== true && (processingSaveStatus | async) !== true && (processingDepositStatus | async) !== true) {
18
<span>
19
<i class="fas fa-check-circle"></i> {{'submission.general.info.saved' | translate}}
0 commit comments