From: Kieran Mahon Date: Fri, 5 May 2017 09:39:30 +0000 (+0100) Subject: Fix table border rendering by including border-collapse declaration X-Git-Tag: v6.4.0-rc1~48^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10009%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix table border rendering by including border-collapse declaration --- 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;