fix table.condensed

This commit is contained in:
Geoff Doty 2025-03-22 17:43:11 -04:00
parent 0db179bc06
commit 7b432a13b7
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ table.striped tbody>:nth-child(2n-1) {
background: #f5f5f5; background: #f5f5f5;
} }
table.condensed * {padding:0} table.condensed td, table.condensed th {padding:0}
fieldset { fieldset {
background: var(--bg); background: var(--bg);