From a47a7e3bf5e4fef110c316261a4d8113fc012c9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 14 Aug 2024 05:57:21 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Rebuild=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/compiled/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index e25ddcc1..38f5b0cc 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1121,7 +1121,6 @@ select { .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) { width:100%; table-layout:auto; - text-align:start; margin-top:2em; margin-bottom:2em; font-size:0.875em; @@ -1164,6 +1163,10 @@ select { vertical-align:top } +.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + text-align:start +} + .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top:0; margin-bottom:0