fix: fix vertical line misaligned in firefox

closes #503
This commit is contained in:
Roman Hotsiy 2018-05-31 12:54:16 +03:00
parent d957ad762d
commit bde08f1283
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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};