From: Nic Winn Date: Sat, 16 Jun 2018 07:15:53 +0000 (+0200) Subject: Use pull request #10897 from nicwinn/patch-1 for v6.5.0 X-Git-Tag: v6.5.0-rc.1^2~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=928bfee13b4addfbbc60ad8cc83e36be9bb95a5b;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use pull request #10897 from nicwinn/patch-1 for v6.5.0 8fbe9c33d Remove calculated width for scrollable tables Signed-off-by: Nicolas Coden --- diff --git a/scss/components/_table.scss b/scss/components/_table.scss index fc967df3d..44f92ed58 100644 --- a/scss/components/_table.scss +++ b/scss/components/_table.scss @@ -323,8 +323,5 @@ $table-stack-breakpoint: medium !default; .table-scroll { overflow-x: auto; - table { - width: auto; - } } }