Commit 05bbba27 by heheer Committed by GitHub

fix dataset list item tag margin (#5380)

parent 67cdc8fa
......@@ -226,7 +226,7 @@ function List() {
</Box>
{dataset.type !== DatasetTypeEnum.folder && (
<Box flexShrink={0} ml={2}>
<Box flexShrink={0} mr={-5}>
<SideTag
type={dataset.type}
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