mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Merge pull request #105 from marshmalien/wrap-long-detail-descriptions
Wrap Org Details description field
This commit is contained in:
commit
cdc8b372f9
@ -24,7 +24,8 @@ const detailLabelStyle = {
|
||||
};
|
||||
|
||||
const detailValueStyle = {
|
||||
lineHeight: '24px'
|
||||
lineHeight: '24px',
|
||||
wordBreak: 'break-all'
|
||||
};
|
||||
|
||||
const Detail = ({ label, value }) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user