Merge pull request #12161 from nixocio/ui_css_details

Adding popover for details is showing breaking of words
This commit is contained in:
Kersom
2022-05-05 16:34:49 +03:00
committed by GitHub

View File

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