From b0f2bcb92ec17c12301b501caef51273bb1c1999 Mon Sep 17 00:00:00 2001
From: paf <paf@titelfrei.de>
Date: Wed, 29 Jul 2020 11:52:32 +0200
Subject: [PATCH] fix table view

---
 src/app/group-monitor/test-view/test-view-table.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/group-monitor/test-view/test-view-table.css b/src/app/group-monitor/test-view/test-view-table.css
index 73bad1b1..02cbdd33 100644
--- a/src/app/group-monitor/test-view/test-view-table.css
+++ b/src/app/group-monitor/test-view/test-view-table.css
@@ -1,4 +1,4 @@
-:host(test-view) {
+:host(tc-test-view) {
     display: table-row;
     vertical-align: middle;
 }
-- 
GitLab