#6372: Object checkboxes are too small

This commit is contained in:
checktheroads 2021-05-23 12:36:18 -07:00
parent 0647810a07
commit 53671161cd
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; 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,