All tables should be full width

This commit is contained in:
Oliver Davies 2019-05-09 18:59:20 +01:00
parent 43d99c83dc
commit 1ed57e8ad4

View file

@ -1,4 +1,6 @@
.table {
@apply w-full;
th {
@apply bg-gray-200 text-left;
}