From 2607e6e47fe0b97d06745e9b5d48ca2bd7be64d5 Mon Sep 17 00:00:00 2001 From: paf <paf@titelfrei.de> Date: Fri, 6 Aug 2021 09:46:30 +0200 Subject: [PATCH] Fix block-selection in group-monitor: It only registered the click, when the text was clicked, not the whole element. Fixes https://github.com/iqb-berlin/testcenter-frontend/issues/312 --- src/app/group-monitor/test-session/test-session.component.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/group-monitor/test-session/test-session.component.css b/src/app/group-monitor/test-session/test-session.component.css index ff96e008..a3e2dd6e 100644 --- a/src/app/group-monitor/test-session/test-session.component.css +++ b/src/app/group-monitor/test-session/test-session.component.css @@ -92,7 +92,6 @@ h2 { min-width: 1em; text-align: center; cursor: pointer; - transform-style: preserve-3d; } .unit.aggregated { -- GitLab