Skip to content

Commit

Permalink
add overflow-wrap for description
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurley14 committed Feb 18, 2021
1 parent 863a2d0 commit a835480
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 a835480

Please sign in to comment.