#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 8 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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,