fix: fix fields table overflow if deeply nested with long title

This commit is contained in:
Roman Hotsiy 2019-07-08 08:30:04 +03:00
parent 45c0c23c73
commit 12b7057055
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -32,6 +32,7 @@ export const TypeName = styled(FieldLabel)`
export const TypeTitle = styled(FieldLabel)`
color: ${props => props.theme.schema.typeTitleColor};
word-break: break-word;
`;
export const TypeFormat = TypeName;