mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Loki Query Editor: Increase autocomplete suggestions window with to 50% (#66041)
Loki Monaco Editor: Increase autocomplete min width to 50%
This commit is contained in:
parent
abc11d1dcf
commit
58287c2df2
@ -79,6 +79,9 @@ const getStyles = (theme: GrafanaTheme2, placeholder: string) => {
|
||||
border-radius: ${theme.shape.borderRadius()};
|
||||
border: 1px solid ${theme.components.input.borderColor};
|
||||
width: 100%;
|
||||
.monaco-editor .suggest-widget {
|
||||
min-width: 50%;
|
||||
}
|
||||
`,
|
||||
placeholder: css`
|
||||
::after {
|
||||
|
Loading…
Reference in New Issue
Block a user