Skip to content

Commit

Permalink
fix(ui) Wrap schema field descriptions to allow read more/less always (
Browse files Browse the repository at this point in the history
…datahub-project#6541)

Co-authored-by: Chris Collins <[email protected]>
  • Loading branch information
2 people authored and cccs-Dustin committed Feb 1, 2023
1 parent 3addeb0 commit eaa945f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export default function DescriptionField({ description, onUpdate, isEdited = fal
</>
}
suffix={EditButton}
shouldWrap
>
{description}
</StripMarkdownText>
Expand Down

0 comments on commit eaa945f

Please sign in to comment.