UX: angularPanelStyles to align correctly with OptionsPaneCategory #50839

This commit is contained in:
Seyaji 2022-06-15 11:41:34 +01:00 committed by GitHub
parent ae9491c3a7
commit 390b7d084e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ export function getAgularPanelStyles(theme: GrafanaTheme2) {
.panel-options-group__icon {
color: ${theme.colors.text.secondary};
margin-right: ${theme.spacing(1)};
padding: ${theme.spacing(0, 0.9, 0, 0.6)};
}
.panel-options-group__title {