Skip to content

Commit b6d056e

Browse files
authored
Correct table heading to remove white space (#375)
1 parent e2a0a0c commit b6d056e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Table/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ body.dark-mode .modal-content {
148148

149149
> tr th {
150150
position: sticky;
151-
top: 70px;
151+
top: 60px;
152152
text-wrap: nowrap;
153153
z-index: 10;
154154
}

0 commit comments

Comments
 (0)