1
0
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:
Marliana Lara 2019-02-11 12:21:34 -05:00
parent 8e194baa66
commit 0b7c643e75
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE

View File

@ -24,7 +24,8 @@ const detailLabelStyle = {
};
const detailValueStyle = {
lineHeight: '24px'
lineHeight: '24px',
wordBreak: 'break-all'
};
const Detail = ({ label, value }) => {