From 86a871109b2a482cade5f57af08edec95f14ac96 Mon Sep 17 00:00:00 2001 From: Shaurya Sharma Date: Tue, 18 Mar 2025 13:40:18 +0530 Subject: [PATCH] Max height fix --- frontend/src/_styles/theme.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index 886d0a64c2..2f86a4c280 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -18632,3 +18632,10 @@ section.ai-message-prompt-input-wrapper { } } } + + +.single-line-codehinter-input { + .cm-editor { + max-height: 100px !important; + } +} \ No newline at end of file