We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0596a2b + 18bae36 commit bc40d19Copy full SHA for bc40d19
react/src/products/products.css
@@ -446,17 +446,17 @@
446
.productFilterRow .customDropdownButton {
447
font-size: 3.6vw;
448
padding: 8px 10px;
449
- min-width: 34vw;
+ min-width: 44vw;
450
}
451
452
/* mobile: slightly reduce filter label button, enlarge sort button */
453
.productFilterRow .filterDropdowns .customDropdownButton {
454
font-size: 3.0vw;
455
- min-width: 30vw;
+ min-width: 40vw;
456
457
.productFilterRow .filterDropdowns.right .customDropdownButton {
458
459
460
461
462
.customDropdownMenu {
0 commit comments