]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #10897 from nicwinn/patch-1 for v6.5.0
authorNic Winn <nic.liamg@gmail.com>
Sat, 16 Jun 2018 07:15:53 +0000 (09:15 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 07:15:53 +0000 (09:15 +0200)
8fbe9c33d Remove calculated width for scrollable tables

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
scss/components/_table.scss

index fc967df3da99e2ee9d08d36c7f156f0e192edab4..44f92ed5849c9de616393ca4c75c29597eca9d70 100644 (file)
@@ -323,8 +323,5 @@ $table-stack-breakpoint: medium !default;
   .table-scroll {
     overflow-x: auto;
 
-    table {
-      width: auto;
-    }
   }
 }