fix: textarea not wrap

This commit is contained in:
Methapon Metanipat 2024-10-16 11:36:22 +07:00
parent 4453d563e6
commit b9fd4faa75

View file

@ -114,7 +114,7 @@ div.fullscreen.q-drawer__backdrop {
border-color: transparent; border-color: transparent;
} }
.q-field__native { .q-field__native:not(textarea) {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;