From ef13f531181a966430cdf1a7fa6523cd06a3e081 Mon Sep 17 00:00:00 2001 From: Jason Gao Date: Thu, 8 Feb 2024 00:15:41 +0800 Subject: [PATCH] add vertical margin to tables --- magicbook/stylesheets/components/table.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/magicbook/stylesheets/components/table.scss b/magicbook/stylesheets/components/table.scss index 3e0d99d6..804c37bf 100644 --- a/magicbook/stylesheets/components/table.scss +++ b/magicbook/stylesheets/components/table.scss @@ -1,4 +1,6 @@ table { + margin-top: 10pt; + margin-bottom: 10pt; width: 100%; page-break-inside: avoid; border-collapse: collapse;