Theme: properly clip corners in loki/prom query editor (#100253)

properly clip corners in loki/prom query editor
This commit is contained in:
Ashley Harrison 2025-02-07 17:17:46 +00:00 committed by GitHub
parent bf413643c8
commit 0bd4e3bda2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,7 @@ const getStyles = (theme: GrafanaTheme2, placeholder: string) => {
justifyContent: 'start',
alignItems: 'center',
height: '100%',
overflow: 'hidden',
}),
placeholder: css({
'::after': {

View File

@ -89,6 +89,7 @@ const getStyles = (theme: GrafanaTheme2, placeholder: string) => {
'.monaco-editor .suggest-widget': {
minWidth: '50%',
},
overflow: 'hidden',
}),
placeholder: css({
'::after': {