#6372: Object checkboxes are too small

This commit is contained in:
checktheroads 2021-05-23 12:36:18 -07:00
parent 7219c3449f
commit 69ba925ee8
5 changed files with 6 additions and 2 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -152,6 +152,10 @@ body {
font-size: $font-size-xs;
line-height: $line-height-sm;
vertical-align: middle;
& input.form-check-input {
// Ensure checkboxes aren't too small inside object tables.
font-size: $font-size-base;
}
}
&.attr-table {
td,