Commit 05bbba27 by heheer Committed by GitHub

fix dataset list item tag margin (#5380)

parent 67cdc8fa
...@@ -226,7 +226,7 @@ function List() { ...@@ -226,7 +226,7 @@ function List() {
</Box> </Box>
{dataset.type !== DatasetTypeEnum.folder && ( {dataset.type !== DatasetTypeEnum.folder && (
<Box flexShrink={0} ml={2}> <Box flexShrink={0} mr={-5}>
<SideTag <SideTag
type={dataset.type} type={dataset.type}
py={0.5} py={0.5}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment