From 309b3b7665364a00a5adadd4540bcff51e163111 Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Mon, 20 Aug 2018 09:51:04 +0100
Subject: [PATCH] correct width on sidebar when there are no reviews and remove
 borders from table rows

---
 .../static_src/src/sass/apply/components/_reviews-sidebar.scss | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/opentech/static_src/src/sass/apply/components/_reviews-sidebar.scss b/opentech/static_src/src/sass/apply/components/_reviews-sidebar.scss
index 3ce2c91f1..a311acf0f 100644
--- a/opentech/static_src/src/sass/apply/components/_reviews-sidebar.scss
+++ b/opentech/static_src/src/sass/apply/components/_reviews-sidebar.scss
@@ -5,6 +5,8 @@
 
     tbody {
         tr {
+            border: 0;
+
             &:hover {
                 box-shadow: none;
             }
@@ -61,6 +63,7 @@
     }
 
     &__no-reviews {
+        width: 100%;
         color: $color--mid-grey;
     }
 }
-- 
GitLab