Dashboards: Remove panel edit override broken styles (#102054)

remove panel edit override styles causing issues
pull/102029/head^2
Victor Marin 4 months ago committed by GitHub
parent 0f45f2696e
commit 270700c890
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx

@ -162,9 +162,6 @@ const getStyles = (theme: GrafanaTheme2) => ({
fontSize: '1rem',
fontWeight: theme.typography.fontWeightMedium,
margin: 0,
height: theme.spacing(4),
display: 'flex',
alignItems: 'center',
}),
header: css({
display: 'flex',

Loading…
Cancel
Save