From 3309a2dbd9c27d15a9a6c8f57363a285976d7c72 Mon Sep 17 00:00:00 2001 From: joeuhren <46763106+joeuhren@users.noreply.github.com> Date: Sun, 20 Dec 2020 18:21:51 -0700 Subject: [PATCH] Line up borders better on market > order tables --- public/css/style.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/public/css/style.scss b/public/css/style.scss index 8b3b5d9..1b9e493 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -418,7 +418,16 @@ 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;