UX: Increase combo-box tap area for mobile

This commit is contained in:
Kris 2019-12-17 11:43:11 -05:00
parent d9e7611910
commit ff1be40980
1 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,7 @@
} }
} }
} }
.select-kit.combo-box .select-kit-row {
padding: 10px;
}