Skip to content
Snippets Groups Projects
Commit 1ec18f04 authored by jojohoch's avatar jojohoch
Browse files

[player] Add missing gridRowStart style for dynamic elements

parent cb51b2b0
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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