chore: explicit font size

This commit is contained in:
Cory Dransfeldt 2024-05-25 15:23:18 -07:00
parent fddd10497a
commit 4b07e0df0e
No known key found for this signature in database

View file

@ -219,6 +219,7 @@ table {
table,
th,
td {
font-size: var(--font-size-base);
border-collapse: collapse;
width: 100%;
}