Fix \n on frontend in team description on Teams list page (#15102)

This commit is contained in:
vitafon007 2024-02-09 08:44:12 +04:00 committed by GitHub
parent 08aa9a036c
commit a4595e4c4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -125,6 +125,7 @@ const TeamHierarchy: FC<TeamHierarchyProps> = ({
render: (description: string) => (
<Typography.Paragraph
className="m-b-0"
style={{whiteSpace:"pre-wrap"}}
ellipsis={{
rows: 2,
}}