All tables should be full width
This commit is contained in:
parent
43d99c83dc
commit
1ed57e8ad4
|
@ -1,4 +1,6 @@
|
|||
.table {
|
||||
@apply w-full;
|
||||
|
||||
th {
|
||||
@apply bg-gray-200 text-left;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue