From cd6e146a9e94cf98e0db000a9ebe65267e8dbce4 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 15 Jun 2023 15:50:08 +0200 Subject: [PATCH] #11592 fix style lables in VC confilict with css --- pandora_console/include/styles/pandora.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 8e7a4f817c..be6e0a0734 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -164,7 +164,7 @@ font-weight: normal; } -* { +* :not(.external-visual-console-container *) { font-size: 9pt; line-height: 16pt; }