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