Fix form styling

This commit is contained in:
2023-02-18 22:36:26 +01:00
parent 2680476fe8
commit 42e9ba15c5
2 changed files with 16 additions and 5 deletions

View File

@ -19,4 +19,12 @@ textarea {
#button-container button {
@apply mx-1;
}
}
th {
@apply text-left;
}
th label {
@apply mr-4;
}