Skip to content

Commit 6304926

Browse files
authored
Merge pull request #11477 from akramcodez/fix/mobile-dropdown-cell-height
fix: mobile dropdown cell height
2 parents 2b8011f + 26e0740 commit 6304926

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

static/css/components/form.olform.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249
width: 300px;
250250
}
251251
}
252+
252253
&.books {
253254
.TitleAuthor {
254255
// stylelint-disable-next-line max-nesting-depth

static/css/components/jquery.autocomplete.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
.ac_results .ac_language {
4646
font-size: @font-size-title-medium;
4747
color: @black;
48+
49+
@media (pointer: coarse) {
50+
padding: 12px 5px;
51+
min-height: 44px;
52+
}
4853
}
4954

5055
.ac_author {

0 commit comments

Comments
 (0)