Chore: Removed unused style definition (#109714)

removed unused style from #109602
This commit is contained in:
Luminessa Starlight
2025-08-15 14:11:04 +01:00
committed by GitHub
parent de04be4cfe
commit 42e0afa5c1
@@ -120,11 +120,5 @@ const getStyles = (theme: GrafanaTheme2) => {
marginTop: '5px',
padding: theme.spacing(0.25),
}),
// TODO apply styling to horizontal group (currently not working)
hGroup: css({
'& div': {
width: '100%',
},
}),
};
};