fix: hide dropdown icon when sceen xs

This commit is contained in:
puriphatt 2024-07-18 04:51:09 +00:00
parent 035d3b0dcf
commit c910fbf7e7
5 changed files with 19 additions and 2 deletions

View file

@ -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;
}