mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Wrap Org Details description field
This commit is contained in:
parent
8e194baa66
commit
0b7c643e75
@ -24,7 +24,8 @@ const detailLabelStyle = {
|
||||
};
|
||||
|
||||
const detailValueStyle = {
|
||||
lineHeight: '24px'
|
||||
lineHeight: '24px',
|
||||
wordBreak: 'break-all'
|
||||
};
|
||||
|
||||
const Detail = ({ label, value }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user