Fixed bootstrap collapse display

This commit is contained in:
Giuseppe Digilio
2018-12-20 12:01:58 +01:00
parent 75b33f2383
commit 459e41fed0
3 changed files with 7 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
[destroyOnHide]="false">
<ngb-panel id="{{ sectionData.id }}">
<ng-template ngbPanelTitle>
<span>{{ 'submission.sections.'+sectionData.header | translate }}</span>
<span class="float-left">{{ 'submission.sections.'+sectionData.header | translate }}</span>
<div class="d-inline-block float-right">
<i *ngIf="!(sectionRef.isValid() | async) && !(sectionRef.hasErrors())" class="fa fa-exclamation-circle text-warning mr-3"
aria-hidden="true"></i>