Adding popover for details is showing breaking of words

Now that we are adding popovers for details pages, I noticed a couple of
strings wrapping in odd places, update css to avoid that.

Also `word-break: break-word` was deprecated.
This commit is contained in:
nixocio 2022-05-03 16:47:46 -04:00
parent 6a63af83c0
commit b03cabd314

View File

@ -21,7 +21,7 @@ const DetailValue = styled(
<TextListItem {...props} />
)
)`
word-break: break-all;
overflow-wrap: break-word;
${(props) =>
props.fullWidth &&
`