Fixed footer height bug when setting table-sm
@@ -81,7 +81,8 @@
box-sizing: border-box;
}
- thead th {
+ thead th,
+ tfoot th {
vertical-align: bottom;
padding: 0;
margin: 0;
@@ -168,7 +169,7 @@
&.table-sm .th-inner {
- padding: 0.3rem;
+ padding: 0.25rem;