Apply word-wrap:break-word; to detail values
Reviewed By: timur-valiev Differential Revision: D19554394 fbshipit-source-id: c513c10c77420e74e8f8361440d4753bfc889248
This commit is contained in:
committed by
Facebook Github Bot
parent
6864556912
commit
cbb8d97d86
@@ -31,6 +31,7 @@ UndefinedValue.displayName = 'DataDescription:UndefinedValue';
|
|||||||
|
|
||||||
const StringValue = styled.span({
|
const StringValue = styled.span({
|
||||||
color: colors.cherryDark1,
|
color: colors.cherryDark1,
|
||||||
|
wordWrap: 'break-word',
|
||||||
});
|
});
|
||||||
StringValue.displayName = 'DataDescription:StringValue';
|
StringValue.displayName = 'DataDescription:StringValue';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user