mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 19:25:56 +00:00
fix: fixing tag formatting issues (#2266)
This commit is contained in:
parent
5e91014e00
commit
29b1eda536
@ -70,7 +70,6 @@ export default function DefaultPreviewCard({
|
||||
)}
|
||||
</Space>
|
||||
<Space direction="vertical" align="end" size={36} style={styles.rightColumn}>
|
||||
{tags && tags.tags?.length && <TagGroup editableTags={tags} maxShow={3} />}
|
||||
<Space direction="vertical" size={12}>
|
||||
<Typography.Text strong>Owned By</Typography.Text>
|
||||
<Avatar.Group maxCount={4}>
|
||||
@ -83,6 +82,7 @@ export default function DefaultPreviewCard({
|
||||
))}
|
||||
</Avatar.Group>
|
||||
</Space>
|
||||
<TagGroup editableTags={tags} maxShow={3} />
|
||||
</Space>
|
||||
</Row>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user