1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

#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

View file

@ -4,7 +4,6 @@
.table { .table {
width: 100%; width: 100%;
max-width: 100%;
margin-bottom: $spacer; margin-bottom: $spacer;
background-color: $table-bg; // Reset for nesting within parents with `background-color`. background-color: $table-bg; // Reset for nesting within parents with `background-color`.