From 09b689b0ea5d8762e91f3a33f5178b3c4103fd5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Thu, 3 Jul 2025 17:44:55 +0200 Subject: [PATCH] Fix table display in print (#3428) --- .../gitbook/src/components/DocumentView/Table/table.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gitbook/src/components/DocumentView/Table/table.module.css b/packages/gitbook/src/components/DocumentView/Table/table.module.css index 53065b9d6..c2838ed53 100644 --- a/packages/gitbook/src/components/DocumentView/Table/table.module.css +++ b/packages/gitbook/src/components/DocumentView/Table/table.module.css @@ -35,7 +35,7 @@ } .cell { - @apply flex-1 flex align-middle border-tint-subtle py-2 px-3 h-full text-sm relative; + @apply flex-1 flex align-middle border-tint-subtle py-2 px-3 text-sm relative; } .cell:not(:last-child) {