From 928bfee13b4addfbbc60ad8cc83e36be9bb95a5b Mon Sep 17 00:00:00 2001 From: Nic Winn Date: Sat, 16 Jun 2018 09:15:53 +0200 Subject: [PATCH] Use pull request #10897 from nicwinn/patch-1 for v6.5.0 8fbe9c33d Remove calculated width for scrollable tables Signed-off-by: Nicolas Coden --- scss/components/_table.scss | 3 --- 1 file changed, 3 deletions(-) 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; - } } } -- 2.47.2