mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-20 02:06:42 -06:00
#6372: Object checkboxes are too small
This commit is contained in:
parent
7219c3449f
commit
69ba925ee8
BIN
netbox/project-static/dist/netbox-dark.css
vendored
BIN
netbox/project-static/dist/netbox-dark.css
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
netbox/project-static/dist/netbox-light.css
vendored
BIN
netbox/project-static/dist/netbox-light.css
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -152,6 +152,10 @@ body {
|
|||||||
font-size: $font-size-xs;
|
font-size: $font-size-xs;
|
||||||
line-height: $line-height-sm;
|
line-height: $line-height-sm;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
& input.form-check-input {
|
||||||
|
// Ensure checkboxes aren't too small inside object tables.
|
||||||
|
font-size: $font-size-base;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.attr-table {
|
&.attr-table {
|
||||||
td,
|
td,
|
||||||
|
Loading…
Reference in New Issue
Block a user