Fix table bottom margin

This commit is contained in:
Oliver Davies 2018-10-25 00:36:30 +01:00
parent 9ce47b5461
commit d524a13249

View file

@ -4,10 +4,10 @@
.table-responsive { .table-responsive {
@apply mb-4 border w-full overflow-x-auto overflow-y-hidden; @apply mb-4 border w-full overflow-x-auto overflow-y-hidden;
}
table { .table-responsive table {
@apply mb-0 border-0 whitespace-no-wrap; @apply mb-0 border-0 whitespace-no-wrap;
}
} }
.table { .table {