From 32de28f56375ff5b7040dafc499703cc3c6d778a Mon Sep 17 00:00:00 2001 From: Luke Harris Date: Sun, 19 May 2024 12:15:44 -0500 Subject: [PATCH] Remove extra margin on tables when inside a figure Fixes #192 --- simple.css | 1 + 1 file changed, 1 insertion(+) diff --git a/simple.css b/simple.css index 984203c..f1f0f92 100644 --- a/simple.css +++ b/simple.css @@ -396,6 +396,7 @@ table { figure > table { width: max-content; + margin: 0; } td,