]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix table border rendering by including border-collapse declaration 10009/head
authorKieran Mahon <design.chief@icloud.com>
Fri, 5 May 2017 09:39:30 +0000 (10:39 +0100)
committerKieran Mahon <design.chief@icloud.com>
Fri, 5 May 2017 09:39:30 +0000 (10:39 +0100)
scss/components/_table.scss

index 321658195320eb0b8651ef4fb8da29e37e916304..92e3ac652ce68681ad68f57655019d5c806661b0 100644 (file)
@@ -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;