mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
Merge pull request #12161 from nixocio/ui_css_details
Adding popover for details is showing breaking of words
This commit is contained in:
commit
434fa7b7be
@ -21,7 +21,7 @@ const DetailValue = styled(
|
||||
<TextListItem {...props} />
|
||||
)
|
||||
)`
|
||||
word-break: break-all;
|
||||
overflow-wrap: break-word;
|
||||
${(props) =>
|
||||
props.fullWidth &&
|
||||
`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user