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) {