Skip to content

Commit

Permalink
fix: fix vertical line misaligned in firefox
Browse files Browse the repository at this point in the history
closes #503
  • Loading branch information
RomanHotsiy committed May 31, 2018
1 parent d957ad7 commit bde08f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common-elements/fields-layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const InnerPropertiesWrap = styled.div`
`;

export const PropertiesTable = styled.table`
border-collapse: collapse;
border-collapse: separate;
border-radius: 3px;
font-size: ${props => props.theme.baseFont.size};
Expand Down

0 comments on commit bde08f1

Please sign in to comment.