mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 01:48:38 -06:00
#6797: Fix <small/> element font-size
This commit is contained in:
parent
49191261a1
commit
e1cc00ad17
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.
@ -89,6 +89,11 @@
|
|||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Force <small/> elements to make text smaller.
|
||||||
|
small {
|
||||||
|
font-size: smaller !important;
|
||||||
|
}
|
||||||
|
|
||||||
// Automatically space out adjacent columns.
|
// Automatically space out adjacent columns.
|
||||||
.col:not(:last-child):not(:only-child) {
|
.col:not(:last-child):not(:only-child) {
|
||||||
margin-bottom: $spacer;
|
margin-bottom: $spacer;
|
||||||
|
Loading…
Reference in New Issue
Block a user