Stack table will have the th as top row.
Adjusting padding on select
$table-foot-row-hover: darken($table-foot-background, $table-hover-scale);
$table-head-font-color: $body-font-color;
$table-foot-font-color: $body-font-color;
$table-foot-row-hover: darken($table-foot-background, $table-hover-scale);
$table-head-font-color: $body-font-color;
$table-foot-font-color: $body-font-color;
-$show-header-for-stacked: false;
+$show-header-for-stacked: true;
$table-stack-breakpoint: medium;
// 51. Tabs
$table-stack-breakpoint: medium;
// 51. Tabs
display: inline;
}
.wp-admin select {
display: inline;
}
.wp-admin select {
+ padding: 0 1.5rem 0 .3rem;
line-height: 1.5;
height: 2.4375rem;
}
line-height: 1.5;
height: 2.4375rem;
}