mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Reduce form text size
This commit is contained in:
parent
a72e23eddf
commit
e1fbe89b41
BIN
netbox/project-static/dist/netbox-dark.css
vendored
BIN
netbox/project-static/dist/netbox-dark.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox-light.css
vendored
BIN
netbox/project-static/dist/netbox-light.css
vendored
Binary file not shown.
@ -17,6 +17,11 @@ pre {
|
||||
border-radius: $border-radius;
|
||||
}
|
||||
|
||||
form,
|
||||
.form-control {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
// Force <small/> elements to make text smaller.
|
||||
small {
|
||||
font-size: smaller !important;
|
||||
|
Loading…
Reference in New Issue
Block a user