From 7b432a13b7e43ed35b3252a278c9f32b15bfa34b Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Sat, 22 Mar 2025 17:43:11 -0400 Subject: [PATCH] fix table.condensed --- src/stylelite.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylelite.css b/src/stylelite.css index cf541f5..26f616d 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -110,7 +110,7 @@ table.striped tbody>:nth-child(2n-1) { background: #f5f5f5; } -table.condensed * {padding:0} +table.condensed td, table.condensed th {padding:0} fieldset { background: var(--bg);