Re-indent

This commit is contained in:
Oliver Davies 2018-10-25 08:27:21 +01:00
parent 68c5c9876b
commit 9aaabd5fc8

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-responsive table { table {
@apply mb-0 border-0 whitespace-no-wrap; @apply mb-0 border-0 whitespace-no-wrap;
}
} }
.table { .table {