From 750fb087a16d1276d2ed8aa5b20e10219718a726 Mon Sep 17 00:00:00 2001 From: Kieran Mahon Date: Fri, 5 May 2017 10:39:30 +0100 Subject: [PATCH] Fix table border rendering by including border-collapse declaration --- scss/components/_table.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/components/_table.scss b/scss/components/_table.scss index 321658195..92e3ac652 100644 --- a/scss/components/_table.scss +++ b/scss/components/_table.scss @@ -192,6 +192,7 @@ $table-stack-breakpoint: medium !default; $stripe: $table-stripe, $nest: false ) { + border-collapse: collapse; width: 100%; margin-bottom: $global-margin; border-radius: $global-radius; -- 2.47.2