mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
feat: update custom field input to textarea for better usability; enhance styles for improved display
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user