mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 04:26:57 +00:00
Fix \n on frontend in team description on Teams list page (#15102)
This commit is contained in:
parent
08aa9a036c
commit
a4595e4c4e
@ -125,6 +125,7 @@ const TeamHierarchy: FC<TeamHierarchyProps> = ({
|
||||
render: (description: string) => (
|
||||
<Typography.Paragraph
|
||||
className="m-b-0"
|
||||
style={{whiteSpace:"pre-wrap"}}
|
||||
ellipsis={{
|
||||
rows: 2,
|
||||
}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user