Fix table display in print (#3428)

This commit is contained in:
Greg Bergé
2025-07-03 17:44:55 +02:00
committed by GitHub
parent 2350baa75f
commit 09b689b0ea
@@ -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) {