From 1ec18f0413308b64f39d34565871d8a6883d1c3a Mon Sep 17 00:00:00 2001 From: jojohoch <joachim.hoch@iqb.hu-berlin.de> Date: Mon, 20 Sep 2021 16:15:36 +0200 Subject: [PATCH] [player] Add missing gridRowStart style for dynamic elements --- .../player/src/app/components/section/section.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/player/src/app/components/section/section.component.html b/projects/player/src/app/components/section/section.component.html index 66f3fb0bf..68747b62d 100644 --- a/projects/player/src/app/components/section/section.component.html +++ b/projects/player/src/app/components/section/section.component.html @@ -29,6 +29,7 @@ [style.margin-bottom.px]="element.marginBottom" [style.grid-column-start]="element.gridColumnStart" [style.grid-column-end]="element.gridColumnEnd" + [style.grid-row-start]="element.gridRowStart" [style.grid-row-end]="element.gridRowEnd"> <app-element-overlay [elementModel]="element" -- GitLab