mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-19 14:44:37 +00:00
fix(ui) Wrap schema field descriptions to allow read more/less always (#6541)
Co-authored-by: Chris Collins <chriscollins@Chriss-MacBook-Pro-2.local>
This commit is contained in:
parent
ce3f663a57
commit
cc832124df
@ -160,6 +160,7 @@ export default function DescriptionField({ description, onUpdate, isEdited = fal
|
|||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
suffix={EditButton}
|
suffix={EditButton}
|
||||||
|
shouldWrap
|
||||||
>
|
>
|
||||||
{description}
|
{description}
|
||||||
</StripMarkdownText>
|
</StripMarkdownText>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user