Skip to content

Commit 2ef7476

Browse files
committed
Align table header padding with cell padding
1 parent 228fcf3 commit 2ef7476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitbook/src/components/DocumentView/Table/table.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
.columnHeader {
26-
@apply text-sm font-medium py-2 px-4 text-tint-strong;
26+
@apply text-sm font-medium py-2 px-3 text-tint-strong;
2727
}
2828

2929
.row {

0 commit comments

Comments
 (0)