Skip to content

Commit 7924bac

Browse files
FIX: fail to click on item on few OS+Browser combinaison -- #29
1 parent 7784360 commit 7924bac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/autocomplete.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ input[data-autocomplete] {
3737
> li {
3838
cursor: pointer;
3939
padding: 5px 0 5px 10px;
40+
white-space: nowrap;
4041

4142
&.active, &:active, &:focus, &:hover {
4243
background-color: @item_active_color;

0 commit comments

Comments
 (0)