diff --git a/projects/player/src/app/components/section/section.component.html b/projects/player/src/app/components/section/section.component.html index 3e5a472b5c8ef41ab53c92060bf4caeeab5373c2..6fe7a7355addd11c2efd4e47eab1a1a7b7ae50bd 100644 --- a/projects/player/src/app/components/section/section.component.html +++ b/projects/player/src/app/components/section/section.component.html @@ -27,7 +27,7 @@ <ng-container *ngFor="let element of section.elements; let i = index"> <app-element-container [style.min-width.px]="element.width" - [style.min-height.px]="element.height" + [style.min-height.px]="element.useMinHeight ? element.height : 0" [style.margin-left.px]="element.marginLeft" [style.margin-right.px]="element.marginRight" [style.margin-top.px]="element.marginTop"