chore: remove unused css prop (#62350)

balm0mma/remUnusedCss/ remove unused css prop
pull/62404/head
Jev Forsberg 2 years ago committed by GitHub
parent a7c4872bcd
commit c6f4eb4282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      public/app/plugins/panel/table/TablePanel.tsx

@ -133,13 +133,6 @@ const tableStyles = {
justify-content: space-between;
height: 100%;
`,
noData: css`
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
`,
selectWrapper: css`
padding: 8px 8px 0px 8px;
`,

Loading…
Cancel
Save