diff --git a/projects/common/components/input-elements/drop-list.component.ts b/projects/common/components/input-elements/drop-list.component.ts index 6c66817c145aa584dc56ad6df76f7bc8b300437a..5087e809acc4f39381bde705b1ab4168e3fac662 100644 --- a/projects/common/components/input-elements/drop-list.component.ts +++ b/projects/common/components/input-elements/drop-list.component.ts @@ -61,7 +61,7 @@ import { FormElementComponent } from '../../directives/form-element-component.di (cdkDragEnded)="dragEnd()" [style.background-color]="elementModel.styling.itemBackgroundColor"> <span>{{dropListValueElement.text}}</span> - <ng-template cdkDragPreview> + <ng-template cdkDragPreview matchSize> <div class="text-preview" [style.color]="elementModel.styling.fontColor" [style.font-family]="elementModel.styling.font"