Skip to content

Commit a676695

Browse files
committed
fix: remove spacing between table header and body
1 parent 5d9d663 commit a676695

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/components/Common/UI/Table/Table.module.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@
3737
}
3838
}
3939

40-
//Produces spacing between header and body
41-
&:after {
42-
content: '';
43-
display: table-row;
44-
height: 2px;
45-
}
46-
4740
& tr:last-child .react-aria-Column {
4841
border-bottom: 1px solid var(--g-colorBorder);
4942
cursor: default;

0 commit comments

Comments
 (0)