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 98b0886f99de81801bfa95a01478afdb7b5ca2e4..358600df0f149753c3c45dc00df2e801daaf9dfa 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"