From 845a04c052d415e75f96e90d1ac1535865b1949b Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Fri, 31 May 2024 13:33:39 +0530 Subject: [PATCH] chore: fix height flickering in code editor (#33867) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #33110 /ok-to-test tags="@tag.IDE, @tag.Widget" > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: > Commit: 447bcdabeeb2ccff8e09e4167b7c1cf2250c6f7b > Cypress dashboard url: Click here! Co-authored-by: Pawan Kumar --- .../src/components/editorComponents/LazyCodeEditor/styles.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/client/src/components/editorComponents/LazyCodeEditor/styles.tsx b/app/client/src/components/editorComponents/LazyCodeEditor/styles.tsx index 424065706f..22e8dd76cf 100644 --- a/app/client/src/components/editorComponents/LazyCodeEditor/styles.tsx +++ b/app/client/src/components/editorComponents/LazyCodeEditor/styles.tsx @@ -11,8 +11,6 @@ export const HighlighedCodeContainer = styled("div")<{ background-color: #fff !important; font-weight: 400 !important; line-height: 21px !important; - - min-height: inherit; padding: 6px; pre {