From 90118be0fea88567bfc3766024c7b10cb9b7d547 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 14 Nov 2018 20:32:43 +0100 Subject: [PATCH] Revert "hide header" This reverts commit fc2485b776f5bbc571f2007246c606c31c4791fe. --- src/stylesheets/_table.scss | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/stylesheets/_table.scss b/src/stylesheets/_table.scss index 8e4f998a..4271e241 100644 --- a/src/stylesheets/_table.scss +++ b/src/stylesheets/_table.scss @@ -131,16 +131,10 @@ @extend .table; @extend .table--responsive; - tr { - border: none; - } - - th { - padding: 0; - } - tr.tile-table__tile { @extend .tile; + + border: none; } td.tile-table__tile-cell {