mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-14 10:19:51 +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>
|
||||||
<Space direction="vertical" align="end" size={36} style={styles.rightColumn}>
|
<Space direction="vertical" align="end" size={36} style={styles.rightColumn}>
|
||||||
{tags && tags.tags?.length && <TagGroup editableTags={tags} maxShow={3} />}
|
|
||||||
<Space direction="vertical" size={12}>
|
<Space direction="vertical" size={12}>
|
||||||
<Typography.Text strong>Owned By</Typography.Text>
|
<Typography.Text strong>Owned By</Typography.Text>
|
||||||
<Avatar.Group maxCount={4}>
|
<Avatar.Group maxCount={4}>
|
||||||
@ -83,6 +82,7 @@ export default function DefaultPreviewCard({
|
|||||||
))}
|
))}
|
||||||
</Avatar.Group>
|
</Avatar.Group>
|
||||||
</Space>
|
</Space>
|
||||||
|
<TagGroup editableTags={tags} maxShow={3} />
|
||||||
</Space>
|
</Space>
|
||||||
</Row>
|
</Row>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user