Skip to content

Commit bde08f1

Browse files
committed
fix: fix vertical line misaligned in firefox
closes #503
1 parent d957ad7 commit bde08f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common-elements/fields-layout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const InnerPropertiesWrap = styled.div`
117117
`;
118118

119119
export const PropertiesTable = styled.table`
120-
border-collapse: collapse;
120+
border-collapse: separate;
121121
border-radius: 3px;
122122
font-size: ${props => props.theme.baseFont.size};
123123

0 commit comments

Comments
 (0)