#6372: Object checkboxes are too small
This commit is contained in:
parent
7219c3449f
commit
69ba925ee8
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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue