mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Max height fix
This commit is contained in:
parent
86a871109b
commit
12febbd716
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ const EditorInput = ({
|
|||
const isInsideQueryPane = !!currentEditorHeightRef?.current?.closest('.query-details');
|
||||
const showLineNumbers = lang == 'jsx' || type === 'extendedSingleLine' || false;
|
||||
|
||||
const customClassNames = cx('codehinter-input', {
|
||||
const customClassNames = cx('codehinter-input single-line-codehinter-input', {
|
||||
'border-danger': error,
|
||||
focused: isFocused,
|
||||
'focus-box-shadow-active': firstTimeFocus,
|
||||
|
|
|
|||
Loading…
Reference in a new issue