mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-22 00:33:35 -05:00
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 = {
|
||||
lineHeight: '24px'
|
||||
lineHeight: '24px',
|
||||
wordBreak: 'break-all'
|
||||
};
|
||||
|
||||
const Detail = ({ label, value }) => {
|
||||
|
||||
Reference in New Issue
Block a user