Skip to content
Snippets Groups Projects
Commit 658e276e authored by jojohoch's avatar jojohoch
Browse files

Fix dropping elements in simple drop lists

simple dropdown lists need a minimum height so they don't collapse
if they don't contain any element
parent ae5fb35a
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ import { DragNDropValueObject } from 'common/models/elements/element';
<div class="list"
[class.errors]="elementFormControl.errors && elementFormControl.touched"
[class.dropList-highlight]="elementModel.highlightReceivingDropList"
[style.min-height.px]="elementModel.height"
[style.border-color]="elementModel.highlightReceivingDropListColor"
[style.border-width.px]="elementModel.highlightReceivingDropList ? 2 : 0"
[style.color]="elementModel.styling.fontColor"
......
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