From 9bfd40052730c97f9f61da4558b3f9c3e38a540e Mon Sep 17 00:00:00 2001 From: Lefteris Psitopoulos <lefteris.psitopoulos@thanpa.com> Date: Thu, 15 Mar 2018 21:20:03 +0200 Subject: [PATCH] #25842 Remove max-width from table class --- scss/_tables.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/_tables.scss b/scss/_tables.scss index b32732f23a..5fa6a86629 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -4,7 +4,6 @@ .table { width: 100%; - max-width: 100%; margin-bottom: $spacer; background-color: $table-bg; // Reset for nesting within parents with `background-color`. -- GitLab