Skip to content
Snippets Groups Projects
Commit a9794100 authored by Giuseppe Digilio's avatar Giuseppe Digilio
Browse files

Fixed issue after bootstrap update

parent ee5e1351
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment