Skip to content

Commit

Permalink
[Security Solution] [Detections] add overflow-wrap for description (#…
Browse files Browse the repository at this point in the history
…91945) (#92097)

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

Co-authored-by: Devin W. Hurley <devin.hurley@elastic.co>
  • Loading branch information
kibanamachine and dhurley14 authored Feb 20, 2021
1 parent 190155f commit 866babd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const DescriptionListContainer = styled(EuiDescriptionList)`
}
&.euiDescriptionList--column .euiDescriptionList__description {
width: 70%;
overflow-wrap: anywhere;
}
`;

Expand Down

0 comments on commit 866babd

Please sign in to comment.