fix: hide dropdown icon when sceen xs
This commit is contained in:
parent
035d3b0dcf
commit
c910fbf7e7
5 changed files with 19 additions and 2 deletions
|
|
@ -97,3 +97,9 @@ div.fullscreen.q-drawer__backdrop {
|
|||
.q-field--outlined.q-field--readonly .q-field__control:before {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.q-field__native {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue