mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-10 01:28:16 -06:00
Closes #16108. Adds text-transform capitalize to the attr-table tr > th
This commit is contained in:
parent
233b9029e1
commit
76f4ee9acd
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -42,6 +42,9 @@ table.attr-table {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
tr > th {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
}
|
||||
|
||||
// Remove bottom margin from <pre> elements inside table cells
|
||||
|
Loading…
Reference in New Issue
Block a user