Skip to content

Commit b2dba55

Browse files
author
rmpestano
committed
fixes #246
1 parent 1b8eccf commit b2dba55

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/resources/less/primefaces-admin/components/autocomplete.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ body .ui-autocomplete {
9494
}
9595
}
9696

97-
}
98-
99-
button.ui-autocomplete-dropdown {
97+
button.ui-autocomplete-dropdown {
98+
height: auto;
10099
overflow: hidden;
101100
> span.ui-icon-triangle-1-s {
102-
margin-top: -10px;
101+
margin-top: -10px;
103102
}
103+
}
104104
}
105105

106106
@supports (-ms-ime-align: auto) {

0 commit comments

Comments
 (0)