From b782c4fcdc3dbc8370c48ec36cde083da1f80354 Mon Sep 17 00:00:00 2001
From: jojohoch <joachim.hoch@iqb.hu-berlin.de>
Date: Mon, 14 Feb 2022 12:08:10 +0100
Subject: [PATCH] Remove unused css class in test component

---
 projects/common/ui-elements/text/text.component.ts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/projects/common/ui-elements/text/text.component.ts b/projects/common/ui-elements/text/text.component.ts
index 19b3a43a6..7b0c52612 100644
--- a/projects/common/ui-elements/text/text.component.ts
+++ b/projects/common/ui-elements/text/text.component.ts
@@ -53,8 +53,7 @@ import { ValueChangeElement } from '../../models/uI-element';
     '::ng-deep .text-container h3 {font-weight: bold; font-size: 16px;}',
     '::ng-deep .text-container h4 {font-weight: normal; font-size: 16px;}',
     ':host ::ng-deep mark {color: inherit}',
-    'sup, sub {line-height: 0;}',
-    '.list-container {display: flex; flex-direction: column; width: 100%; height: 100%;}'
+    'sup, sub {line-height: 0;}'
   ]
 })
 export class TextComponent extends ElementComponent {
-- 
GitLab