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)

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
dhurley14 and kibanamachine authored Feb 19, 2021
1 parent 5789a26 commit 52c4dec
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 52c4dec

Please sign in to comment.