From 76a656a08b2b2604c53c671a87542b777b95071f Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Mon, 13 Mar 2023 01:38:13 +0700 Subject: [PATCH] fix: table inside figure --- scss/content/_typography.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scss/content/_typography.scss b/scss/content/_typography.scss index 80ce9bac..982c00aa 100644 --- a/scss/content/_typography.scss +++ b/scss/content/_typography.scss @@ -38,8 +38,7 @@ address, blockquote, dl, - figure, - form, + figure:not(figure:has(table)), ol, p, pre,