diff --git a/projects/common/components/input-elements/drop-list.component.ts b/projects/common/components/input-elements/drop-list.component.ts
index 32cee4fe94f00410132678edbf8f2329657a44b3..c8bc346163e786c8e6aab6bba7bdc17e9db40c0b 100644
--- a/projects/common/components/input-elements/drop-list.component.ts
+++ b/projects/common/components/input-elements/drop-list.component.ts
@@ -58,9 +58,9 @@ import { FormElementComponent } from '../../directives/form-element-component.di
             </div>
           </ng-template>
         </div>
-        <div class="list-item image-list-item" cdkDrag>
-          <img *ngIf="dropListValueElement.imgSrc"
-               [src]="dropListValueElement.imgSrc | safeResourceUrl" alt="Image Placeholder">
+        <div *ngIf="dropListValueElement.imgSrc"
+             class="list-item image-list-item" cdkDrag>
+          <img [src]="dropListValueElement.imgSrc | safeResourceUrl" alt="Image Placeholder">
           <ng-template cdkDragPreview>
             <img *ngIf="dropListValueElement.imgSrc"
                  [src]="dropListValueElement.imgSrc | safeResourceUrl" alt="Image Placeholder">