From f92631bbf187539a4181bd44da55df3f62ba12fc Mon Sep 17 00:00:00 2001 From: Luke Harris Date: Tue, 23 Jan 2024 22:21:47 -0600 Subject: [PATCH] Make tables in a figure full width --- simple.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simple.css b/simple.css index 3f175f4..788d069 100644 --- a/simple.css +++ b/simple.css @@ -394,6 +394,10 @@ table { margin: 1.5rem 0; } +figure > table { + width: max-content; +} + td, th { border: 1px solid var(--border);