mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Reduce table column heading font size
This commit is contained in:
parent
205d2c2b0b
commit
9206e64969
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -1,3 +1,8 @@
|
||||
// Reduce column heading font size
|
||||
.table thead th {
|
||||
font-size: 0.625rem;
|
||||
}
|
||||
|
||||
// Object list tables
|
||||
table.object-list {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user