[v10.0.x] Loki / Prometheus: Fix query builder select component in safari (#72373)
Loki / Prometheus: Fix query builder select component in safari (#71966)
* partial fix
* remove unused import
* fix that doesnt remove error message
(cherry picked from commit 34ee3b09de)
Co-authored-by: Gareth Dawson <email@garethdawson.xyz>
This commit is contained in:
co-authored by
Gareth Dawson
parent
75891ac506
commit
820cf8d115
@@ -254,8 +254,6 @@ const getStyles = (theme: GrafanaTheme2, isConflicting: boolean) => {
|
||||
card: css({
|
||||
background: theme.colors.background.primary,
|
||||
border: `1px solid ${theme.colors.border.medium}`,
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
cursor: 'grab',
|
||||
borderRadius: theme.shape.borderRadius(1),
|
||||
position: 'relative',
|
||||
|
||||
Reference in New Issue
Block a user