Fix form styling
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-18 22:36:26 +01:00
parent ac8cd6534a
commit 33939f631c
2 changed files with 15 additions and 4 deletions

View File

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