Aumentato il width delle combobox su cellulare (:class="$q.screen.lt.sm ? ` : row + text-blue `")

corretto i default dei nuovi record
This commit is contained in:
Paolo Arena
2022-06-17 13:19:03 +02:00
parent 05626e87c5
commit 51e13794c3
4 changed files with 14 additions and 19 deletions

View File

@@ -878,7 +878,7 @@ $heightBtn: 100%;
.combowidth {
min-width: 190px;
@media (max-width: 450px) {
min-width: 40px;
min-width: 125px;
white-space: nowrap;
}
}