From 619e1b76a6b1f098bce4fb5f806057d6918b1872 Mon Sep 17 00:00:00 2001 From: Darcy Ye Date: Mon, 27 Mar 2023 19:33:03 +0800 Subject: [PATCH] fix(console): cloud env code editor over-expanding error (#3609) --- .../console/src/containers/ConsoleContent/index.module.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/console/src/containers/ConsoleContent/index.module.scss b/packages/console/src/containers/ConsoleContent/index.module.scss index 1c9b8c2f3..c57b61fd7 100644 --- a/packages/console/src/containers/ConsoleContent/index.module.scss +++ b/packages/console/src/containers/ConsoleContent/index.module.scss @@ -14,4 +14,9 @@ > * { @include _.main-content-width; } + + // App Insights wrapper on cloud env prevents the CSS assignment to direct children + .appInsightsWrapper > * { + @include _.main-content-width; + } }