Line up borders better on market > order tables

This commit is contained in:
joeuhren
2020-12-20 18:21:51 -07:00
parent 27f96fa4fc
commit 3309a2dbd9
+9
View File
@@ -419,6 +419,15 @@ table {
> thead.thead-light > tr > th:last-child {
@include thead-light-border-color;
}
> tbody > tr {
> td:last-child {
border-left: 1px solid #000000;
@include table-border-color;
}
> td:nth-child(2) {
border-right: 0;
}
}
}
&.history-table {
border-left: 0;