mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Fixed issue after bootstrap update
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div *ngIf="!(isLoading() | async)" class="submission-form-header mb-3 d-flex flex-wrap position-sticky">
|
||||
<div class="submission-form-header-item mb-3 mb-sm-0">
|
||||
<div class="submission-form-header-item mb-3 mb-sm-0 flex-sm-grow-1 flex-md-grow-0">
|
||||
<ds-submission-form-collection [currentCollectionId]="collectionId"
|
||||
[currentDefinition]="definitionId"
|
||||
[submissionId]="submissionId"
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
:host /deep/ .card {
|
||||
margin-bottom: $submission-sections-margin-bottom;
|
||||
overflow: unset;
|
||||
}
|
||||
|
||||
.section-focus {
|
||||
|
Reference in New Issue
Block a user