mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 11:03:05 +00:00
[DURACOM-226] fix submission footer wrapping on medium screens
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
@if (!!submissionId) {
|
@if (!!submissionId) {
|
||||||
<div class="row">
|
<div class="d-flex flex-row gap-1 justify-content-between">
|
||||||
<div class="col">
|
<div class="flex-grow-0">
|
||||||
@if ((showDepositAndDiscard | async)) {
|
@if ((showDepositAndDiscard | async)) {
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
</button>
|
</button>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
<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">
|
||||||
@if ((hasUnsavedModification | async) !== true && (processingSaveStatus | async) !== true && (processingDepositStatus | async) !== true) {
|
@if ((hasUnsavedModification | async) !== true && (processingSaveStatus | async) !== true && (processingDepositStatus | async) !== true) {
|
||||||
<span>
|
<span>
|
||||||
<i class="fas fa-check-circle"></i> {{'submission.general.info.saved' | translate}}
|
<i class="fas fa-check-circle"></i> {{'submission.general.info.saved' | translate}}
|
||||||
|
Reference in New Issue
Block a user