Skip to content

Commit

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

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
dhurley14 and kibanamachine committed Feb 19, 2021
1 parent 2fd45fb commit e3a6115
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 e3a6115

Please sign in to comment.