@@ -448,12 +448,12 @@ select.ui.dropdown {
448
448
449
449
@media only screen and (max-width : @largestMobileScreen ) {
450
450
& when (@variationDropdownShort ) {
451
- .ui.selection.dropdown [class*= " very short" ] .menu {
452
- max-height : @selectionMobileMaxMenuHeight * 0.5 ;
453
- }
454
451
.ui.selection.dropdown.short .menu {
455
452
max-height : @selectionMobileMaxMenuHeight * 0.75 ;
456
453
}
454
+ .ui.selection.dropdown [class*= " very short" ] .menu {
455
+ max-height : @selectionMobileMaxMenuHeight * 0.5 ;
456
+ }
457
457
}
458
458
.ui.selection.dropdown .menu {
459
459
max-height : @selectionMobileMaxMenuHeight ;
@@ -469,12 +469,12 @@ select.ui.dropdown {
469
469
}
470
470
@media only screen and (min-width : @tabletBreakpoint ) {
471
471
& when (@variationDropdownShort ) {
472
- .ui.selection.dropdown [class*= " very short" ] .menu {
473
- max-height : @selectionTabletMaxMenuHeight * 0.5 ;
474
- }
475
472
.ui.selection.dropdown.short .menu {
476
473
max-height : @selectionTabletMaxMenuHeight * 0.75 ;
477
474
}
475
+ .ui.selection.dropdown [class*= " very short" ] .menu {
476
+ max-height : @selectionTabletMaxMenuHeight * 0.5 ;
477
+ }
478
478
}
479
479
.ui.selection.dropdown .menu {
480
480
max-height : @selectionTabletMaxMenuHeight ;
@@ -490,12 +490,12 @@ select.ui.dropdown {
490
490
}
491
491
@media only screen and (min-width : @computerBreakpoint ) {
492
492
& when (@variationDropdownShort ) {
493
- .ui.selection.dropdown [class*= " very short" ] .menu {
494
- max-height : @selectionComputerMaxMenuHeight * 0.5 ;
495
- }
496
493
.ui.selection.dropdown.short .menu {
497
494
max-height : @selectionComputerMaxMenuHeight * 0.75 ;
498
495
}
496
+ .ui.selection.dropdown [class*= " very short" ] .menu {
497
+ max-height : @selectionComputerMaxMenuHeight * 0.5 ;
498
+ }
499
499
}
500
500
.ui.selection.dropdown .menu {
501
501
max-height : @selectionComputerMaxMenuHeight ;
@@ -511,12 +511,12 @@ select.ui.dropdown {
511
511
}
512
512
@media only screen and (min-width : @widescreenMonitorBreakpoint ) {
513
513
& when (@variationDropdownShort ) {
514
- .ui.selection.dropdown [class*= " very short" ] .menu {
515
- max-height : @selectionWidescreenMaxMenuHeight * 0.5 ;
516
- }
517
514
.ui.selection.dropdown.short .menu {
518
515
max-height : @selectionWidescreenMaxMenuHeight * 0.75 ;
519
516
}
517
+ .ui.selection.dropdown [class*= " very short" ] .menu {
518
+ max-height : @selectionWidescreenMaxMenuHeight * 0.5 ;
519
+ }
520
520
}
521
521
.ui.selection.dropdown .menu {
522
522
max-height : @selectionWidescreenMaxMenuHeight ;
0 commit comments