Correct styles on admin panels and enter triggers submission
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m34s

This commit is contained in:
2026-03-10 12:41:45 +00:00
parent 7991c80176
commit 14cacec1f5
7 changed files with 19 additions and 14 deletions

View File

@@ -141,7 +141,12 @@ a {
input,
textarea {
@apply text-primary border;
@apply text-primary border p-2 w-full;
}
input::placeholder,
textarea::placeholder {
@apply text-secondary opacity-50;
}
table {