From 6164ad2bd6f2816a34fe9ebf5114a431178be440 Mon Sep 17 00:00:00 2001
From: jojohoch <joachim.hoch@iqb.hu-berlin.de>
Date: Wed, 10 Nov 2021 09:50:59 +0100
Subject: [PATCH] Remove comment

---
 .../element-components/compound-elements/drop-list.component.ts  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/projects/common/element-components/compound-elements/drop-list.component.ts b/projects/common/element-components/compound-elements/drop-list.component.ts
index 98b0886f9..358600df0 100644
--- a/projects/common/element-components/compound-elements/drop-list.component.ts
+++ b/projects/common/element-components/compound-elements/drop-list.component.ts
@@ -9,7 +9,6 @@ import { FormElementComponent } from '../../form-element-component.directive';
 @Component({
   selector: 'app-drop-list',
   template: `
-    <!-- TODO width/height 90 to not produce overflow. find better solution. -->
     <div class="list-container">
       <div class="list"
            [style.color]="elementModel.fontColor"
-- 
GitLab