fixed: Bug: UI text spilling when deleting entity #13185 (#13281)

This commit is contained in:
Shailesh Parmar 2023-09-21 18:27:41 +05:30 committed by GitHub
parent 8acebbb892
commit 30c9f3e046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,11 +225,11 @@ const DeleteWidgetModal = ({
key={option.type}
value={option.type}>
<Typography.Paragraph
className="delete-widget-title"
className="delete-widget-title break-all"
data-testid={`${option.type}-option`}>
{option.title}
</Typography.Paragraph>
<Typography.Paragraph className="text-grey-muted text-xs">
<Typography.Paragraph className="text-grey-muted text-xs break-all">
{option.description}
</Typography.Paragraph>
</Radio>