Fix extra container margin start
This commit is contained in:
parent
eb06d7dfc2
commit
425d0d6f8a
|
@ -34,7 +34,7 @@
|
||||||
<div *ngIf="recommended" class="ms-2 pt-badge badge-secondary" i18n>Recommended</div>
|
<div *ngIf="recommended" class="ms-2 pt-badge badge-secondary" i18n>Recommended</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="d-flex flex-column extra-container">
|
<div class="d-flex flex-column extra-container ms-4">
|
||||||
<div class="wrapper form-group-description" [id]="inputName + '-description'">
|
<div class="wrapper form-group-description" [id]="inputName + '-description'">
|
||||||
<ng-content select="description"></ng-content>
|
<ng-content select="description"></ng-content>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue