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:
@@ -79,6 +79,9 @@ const getStyles = (theme: GrafanaTheme2, placeholder: string) => {
|
|||||||
border-radius: ${theme.shape.borderRadius()};
|
border-radius: ${theme.shape.borderRadius()};
|
||||||
border: 1px solid ${theme.components.input.borderColor};
|
border: 1px solid ${theme.components.input.borderColor};
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
.monaco-editor .suggest-widget {
|
||||||
|
min-width: 50%;
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
placeholder: css`
|
placeholder: css`
|
||||||
::after {
|
::after {
|
||||||
|
|||||||
Reference in New Issue
Block a user