Skip to content

Commit 52c4dec

Browse files
[Security Solution] [Detections] add overflow-wrap for description (#91945)
Co-authored-by: Kibana Machine <[email protected]>
1 parent 5789a26 commit 52c4dec

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugins/security_solution/public/detections/components/rules/description_step

1 file changed

+1
-0
lines changed

x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ const DescriptionListContainer = styled(EuiDescriptionList)`
4949
}
5050
&.euiDescriptionList--column .euiDescriptionList__description {
5151
width: 70%;
52+
overflow-wrap: anywhere;
5253
}
5354
`;
5455

0 commit comments

Comments
 (0)