diff --git a/awx/ui/src/components/DetailList/Detail.js b/awx/ui/src/components/DetailList/Detail.js index f539f6f908..6837e23ea1 100644 --- a/awx/ui/src/components/DetailList/Detail.js +++ b/awx/ui/src/components/DetailList/Detail.js @@ -21,7 +21,7 @@ const DetailValue = styled( ) )` - word-break: break-all; + overflow-wrap: break-word; ${(props) => props.fullWidth && `