Chore: Removed unused style definition (#109714)
removed unused style from #109602
This commit is contained in:
@@ -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%',
|
||||
},
|
||||
}),
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user