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; + } }