]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
#25842 Remove max-width from table class
authorLefteris Psitopoulos <lefteris.psitopoulos@thanpa.com>
Thu, 15 Mar 2018 19:20:03 +0000 (21:20 +0200)
committerMark Otto <otto@github.com>
Sun, 15 Jul 2018 21:06:33 +0000 (14:06 -0700)
scss/_tables.scss

index b32732f23afaef489d06ea763c11a7c6347c17f4..5fa6a866294bd7e00949e6670ec4380594c68d58 100644 (file)
@@ -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`.