mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Merge pull request #4345 from 4Science/task/dspace-8_x/DURACOM-226
[Port dspace-8_x] fix submission footer wrapping on medium screens
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="row" *ngIf="!!submissionId">
|
||||
<div class="col">
|
||||
<div class="d-flex flex-row gap-1 justify-content-between" *ngIf="!!submissionId">
|
||||
<div class="flex-grow-0">
|
||||
<button *ngIf="(showDepositAndDiscard | async)"
|
||||
type="button"
|
||||
id="discard"
|
||||
@@ -10,7 +10,7 @@
|
||||
<i class="fas fa-trash"></i> {{'submission.general.discard.submit' | translate}}
|
||||
</button>
|
||||
</div>
|
||||
<div class="col text-right d-flex justify-content-end align-items-center">
|
||||
<div class="text-right d-flex justify-content-end align-items-center">
|
||||
<span *ngIf="(hasUnsavedModification | async) !== true && (processingSaveStatus | async) !== true && (processingDepositStatus | async) !== true">
|
||||
<i class="fas fa-check-circle"></i> {{'submission.general.info.saved' | translate}}
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user