|
@ -395,6 +395,12 @@ select.ui.dropdown { |
|
|
display: none; |
|
|
display: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media all and (-ms-high-contrast:none) { |
|
|
|
|
|
.ui.selection.dropdown .menu { |
|
|
|
|
|
min-width: calc(100% - 15px); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
@media only screen and (max-width : @largestMobileScreen) { |
|
|
@media only screen and (max-width : @largestMobileScreen) { |
|
|
.ui.selection.dropdown .menu { |
|
|
.ui.selection.dropdown .menu { |
|
|
max-height: @selectionMobileMaxMenuHeight; |
|
|
max-height: @selectionMobileMaxMenuHeight; |
|
|