Max height fix

This commit is contained in:
Shaurya Sharma 2025-03-18 13:40:18 +05:30
parent ac09c2cfd6
commit 86a871109b

View file

@ -18632,3 +18632,10 @@ section.ai-message-prompt-input-wrapper {
}
}
}
.single-line-codehinter-input {
.cm-editor {
max-height: 100px !important;
}
}