Skip to content

Commit 09b689b

Browse files
authored
Fix table display in print (#3428)
1 parent 2350baa commit 09b689b

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
@@ -35,7 +35,7 @@
3535
}
3636

3737
.cell {
38-
@apply flex-1 flex align-middle border-tint-subtle py-2 px-3 h-full text-sm relative;
38+
@apply flex-1 flex align-middle border-tint-subtle py-2 px-3 text-sm relative;
3939
}
4040

4141
.cell:not(:last-child) {

0 commit comments

Comments
 (0)