Skip to content

Commit

Permalink
Fixed width on search list
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyblasta committed Feb 7, 2023
1 parent 3c1b4b8 commit b466a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/externs/_awesomplete.base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
left: 0px;
list-style: none;
margin: 0;
min-width: 100%;
min-width: 180px;
padding: 0;
position: absolute;
top: auto;
Expand Down

0 comments on commit b466a5a

Please sign in to comment.