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