From: Lefteris Psitopoulos Date: Thu, 15 Mar 2018 19:20:03 +0000 (+0200) Subject: #25842 Remove max-width from table class X-Git-Tag: v4.1.3~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bfd40052730c97f9f61da4558b3f9c3e38a540e;p=thirdparty%2Fbootstrap.git #25842 Remove max-width from table class --- 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`.