mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-24 19:07:47 +00:00
fix: handled qb - order, group and having's vertical expansion
This commit is contained in:
parent
3c9da8aec9
commit
f12da5afbf
@ -346,6 +346,7 @@ function HavingFilter({
|
||||
havingAutocomplete,
|
||||
javascript({ jsx: false, typescript: false }),
|
||||
stopEventsExtension,
|
||||
EditorView.lineWrapping,
|
||||
keymap.of([
|
||||
...completionKeymap,
|
||||
{
|
||||
|
||||
@ -1 +1,5 @@
|
||||
export const selectStyle = { width: '100%', minWidth: '7.7rem' };
|
||||
export const selectStyle = {
|
||||
width: '100%',
|
||||
minWidth: '7.7rem',
|
||||
height: '100%',
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user