Merge pull request #228 from ArtemKolodko/metrics_top

Minor ui update
pull/231/head
Artem 2 years ago committed by GitHub
commit 39a881da4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/pages/TopStatsPage/CommonTopTable.tsx

@ -106,7 +106,7 @@ export const TopTable = (props: TopTableProps) => {
return <TableContainer
border={{ size: '1px' }}
round={'8px'}
// overflow={'hidden'}
overflow={'hidden'}
margin={{ bottom: '16px' }}
style={{ opacity: props.isLoading ? 0.5 : 1 }}
background={'background'}

Loading…
Cancel
Save