mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 18:48:12 -03:30
Wrap Org Details description field
This commit is contained in:
@@ -24,7 +24,8 @@ const detailLabelStyle = {
|
||||
};
|
||||
|
||||
const detailValueStyle = {
|
||||
lineHeight: '24px'
|
||||
lineHeight: '24px',
|
||||
wordBreak: 'break-all'
|
||||
};
|
||||
|
||||
const Detail = ({ label, value }) => {
|
||||
|
||||
Reference in New Issue
Block a user