From c828b7eb523695e7d6ba2582066ccdab30e29229 Mon Sep 17 00:00:00 2001
From: paflov <paf@titelfrei.de>
Date: Fri, 9 Apr 2021 09:58:15 +0200
Subject: [PATCH] adds critical css fixes for chrome.

---
 src/app/group-monitor/group-monitor.component.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/app/group-monitor/group-monitor.component.css b/src/app/group-monitor/group-monitor.component.css
index 5ead0449..0c6eff40 100644
--- a/src/app/group-monitor/group-monitor.component.css
+++ b/src/app/group-monitor/group-monitor.component.css
@@ -5,9 +5,10 @@
 .test-view-table {
   border-collapse: collapse;
   display: table;
+  width: 100%;
 }
 
-.test-view-table thead {
+.test-view-table thead tr td {
   position: sticky;
   top: 0;
   z-index: 2;
-- 
GitLab