Code Insights: Series query field has wrong line height/padding values
Created by: vovakulikov
If you go to the code insights creation UI there will be a series query field that doesn't look good with the editor: codemirror6
experimental flag. This is happening because codemirror changes the layout of the editable field and current padding and line-height values have been written only for the monaco-like field's layout.

Possible solution Change (increase) top and bottom paddings for the field root element (8px)