From 98bff0a8761abec96748216da07a5d470fcce76d Mon Sep 17 00:00:00 2001 From: satnaing Date: Sat, 8 Mar 2025 17:44:30 +0700 Subject: [PATCH] fix: update blog table padding --- src/styles/typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/typography.css b/src/styles/typography.css index ec9e134..58c5820 100644 --- a/src/styles/typography.css +++ b/src/styles/typography.css @@ -10,7 +10,7 @@ .prose thead th:first-child, tbody td:first-child, tfoot td:first-child { - padding-left: 0.5714286em; + padding-inline-start: 0.5714286em !important; } .prose h2#table-of-contents { @apply mb-2;