mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 19:47:20 -06:00
#6372: Shrink small buttons when inside a table
This commit is contained in:
parent
dc79f80366
commit
e12fef7828
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
@ -190,6 +190,9 @@ body {
|
|||||||
// Ensure checkboxes aren't too small inside object tables.
|
// Ensure checkboxes aren't too small inside object tables.
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
}
|
}
|
||||||
|
& .btn-sm {
|
||||||
|
line-height: $line-height-xs;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.attr-table {
|
&.attr-table {
|
||||||
td,
|
td,
|
||||||
|
Loading…
Reference in New Issue
Block a user