diff --git a/projects/common/components/compound-elements/cloze/cloze-child-elements/drop-list-simple.component.ts b/projects/common/components/compound-elements/cloze/cloze-child-elements/drop-list-simple.component.ts index eff311957f0b09a0563f52c5b311f431d0abe28d..4cb7dc3294db331710da5e6149ad30e9e736276d 100644 --- a/projects/common/components/compound-elements/cloze/cloze-child-elements/drop-list-simple.component.ts +++ b/projects/common/components/compound-elements/cloze/cloze-child-elements/drop-list-simple.component.ts @@ -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"