Browse Source

fix collection card row count space

tumao 4 years ago
parent
commit
c7321b980e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/src/pages/overview/collectionCard/CollectionCard.tsx

+ 1 - 1
client/src/pages/overview/collectionCard/CollectionCard.tsx

@@ -40,7 +40,7 @@ const useStyles = makeStyles((theme: Theme) => ({
     marginBottom: theme.spacing(2),
   },
   rowCount: {
-    marginLeft: theme.spacing(3),
+    marginLeft: theme.spacing(1),
   },
   divider: {
     marginBottom: theme.spacing(2),