Sidepane: Remove padding (#113819)

This commit is contained in:
Torkel Ödegaard
2025-11-13 16:36:18 +01:00
committed by GitHub
parent 6603abc873
commit 1bb9de6f75
@@ -61,10 +61,13 @@ const getStyles = (theme: GrafanaTheme2) => {
display: 'flex',
flexDirection: 'column',
gap: theme.spacing(1),
padding: theme.spacing(1),
width: '100%',
height: '100%',
overflow: 'auto',
// Temp fix for AI assistant, remove in a 1-2 months
' > div > div': {
margin: 0,
},
}),
content: css({
flex: 1,