feat: update custom field input to textarea for better usability; enhance styles for improved display

This commit is contained in:
shuaiplus
2026-05-10 18:17:09 +08:00
parent 2f1b61e883
commit a0d4d7a1ff
4 changed files with 23 additions and 3 deletions
+9
View File
@@ -921,6 +921,15 @@
@apply w-full;
}
.custom-field-textarea {
@apply min-h-20;
}
.custom-field-display {
@apply block max-w-full whitespace-pre-wrap break-words text-sm font-semibold;
overflow-wrap: anywhere;
}
.custom-field-check {
@apply mb-0 inline-flex items-center gap-2;
}