#25842 Remove max-width from table class

This commit is contained in:
Lefteris Psitopoulos 2018-03-15 21:20:03 +02:00 committed by Mark Otto
parent f426a67394
commit 9bfd400527
1 changed files with 0 additions and 1 deletions

View 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`.