From 9d06ad6918ec8b900b8ad09f921d6f1125cd8f35 Mon Sep 17 00:00:00 2001
From: cjenkscybercom <christina.jenks@knowit.se>
Date: Fri, 13 Oct 2023 14:18:55 +0200
Subject: [PATCH] CE-2043: fix warning html nested inside div

---
 src/components/common/Loki/LokiPanel.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/common/Loki/LokiPanel.js b/src/components/common/Loki/LokiPanel.js
index 301474a0..8ddc073e 100644
--- a/src/components/common/Loki/LokiPanel.js
+++ b/src/components/common/Loki/LokiPanel.js
@@ -32,7 +32,7 @@ const classes = {
   undeployed: `${PREFIX}-undeployed`
 };
 
-const Root = styled("html")(({ theme }) => ({
+const Root = styled("div")(({ theme }) => ({
   [`& .${classes.formControl}`]: {
     margin: theme.spacing(0),
     minWidth: 120
-- 
GitLab