Reduce table column heading font size

This commit is contained in:
Jeremy Stretch 2025-02-25 08:19:28 -05:00
parent 205d2c2b0b
commit 9206e64969
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -1,3 +1,8 @@
// Reduce column heading font size
.table thead th {
font-size: 0.625rem;
}
// Object list tables
table.object-list {