Fix table wrapping on mobile

Fixes #47
This commit is contained in:
Oliver Davies 2018-01-13 08:42:55 +00:00
parent 858bbefefd
commit c1a3f0ddf3
4 changed files with 10 additions and 7 deletions

View file

@ -14,5 +14,5 @@
}
.table td {
@apply .p-2 .border-t;
@apply .px-2 .py-3 .border-t;
}