Skip to content

Commit

Permalink
fix: fix fields table overflow if deeply nested with long title
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Jul 8, 2019
1 parent 45c0c23 commit 12b7057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common-elements/fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 12b7057

Please sign in to comment.