[Security Solution] [Detections] add overflow-wrap for description (#91945) (#92103)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Devin W. Hurley 2021-02-19 20:34:16 -05:00 committed by GitHub
parent 943b72019c
commit 970938c124
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,7 @@ const DescriptionListContainer = styled(EuiDescriptionList)`
}
&.euiDescriptionList--column .euiDescriptionList__description {
width: 70%;
overflow-wrap: anywhere;
}
`;