Skip to content

Commit bc40d19

Browse files
authored
Merge pull request #318 from AMTuttle02/dev
Fix navbar dropdown size on mobile
2 parents 0596a2b + 18bae36 commit bc40d19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

react/src/products/products.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,17 +446,17 @@
446446
.productFilterRow .customDropdownButton {
447447
font-size: 3.6vw;
448448
padding: 8px 10px;
449-
min-width: 34vw;
449+
min-width: 44vw;
450450
}
451451

452452
/* mobile: slightly reduce filter label button, enlarge sort button */
453453
.productFilterRow .filterDropdowns .customDropdownButton {
454454
font-size: 3.0vw;
455-
min-width: 30vw;
455+
min-width: 40vw;
456456
}
457457
.productFilterRow .filterDropdowns.right .customDropdownButton {
458458
font-size: 3.0vw;
459-
min-width: 30vw;
459+
min-width: 40vw;
460460
}
461461

462462
.customDropdownMenu {

0 commit comments

Comments
 (0)