From fb87df8e06c38c5098804cc87bda4ab433b2f95f Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Wed, 15 Nov 2023 12:24:30 +0300 Subject: [PATCH] [docs]: Fixed the size of the internal space of table cells --- docs/.vuepress/styles/_tables.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.vuepress/styles/_tables.scss b/docs/.vuepress/styles/_tables.scss index fa5e8a687..84ebdaa50 100644 --- a/docs/.vuepress/styles/_tables.scss +++ b/docs/.vuepress/styles/_tables.scss @@ -7,4 +7,8 @@ table { thead { background: var(--c-bg-light); } + + p { + margin: 0; + } }