#6372: Shrink small buttons when inside a table

This commit is contained in:
checktheroads 2021-05-26 16:37:43 -07:00
parent dc79f80366
commit e12fef7828
5 changed files with 5 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

@ -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,