Explore: fix logs viz toggle alignment (#114302)

chore: fix alignment
This commit is contained in:
Galen Kistler
2025-11-21 14:05:19 +00:00
committed by GitHub
parent 57d0228317
commit 133677d1d6
+1 -1
View File
@@ -1235,7 +1235,7 @@ const getStyles = (theme: GrafanaTheme2, wrapLogMessage: boolean, tableHeight: n
visualisationType: css({
display: 'flex',
flex: '1',
justifyContent: 'space-between',
justifyContent: 'flex-end',
}),
visualisationTypeRadio: css({
margin: `0 0 0 ${theme.spacing(1)}`,