fix: textarea not wrap
This commit is contained in:
parent
4453d563e6
commit
b9fd4faa75
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue