Skip to content

Commit

Permalink
Merge pull request #105 from tomik23:tomik23/issue102
Browse files Browse the repository at this point in the history
Reset margin on autocomplete ul
  • Loading branch information
tomickigrzegorz authored Nov 3, 2021
2 parents ac71c16 + 8105b5d commit a349e0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/css/autocomplete.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autocomplete",
"version": "1.6.3",
"version": "1.6.4",
"description": "Simple autocomplete component in vanilla JS",
"author": "Grzegorz Tomicki",
"main": "docs/js/autocomplete.min.js",
Expand Down
3 changes: 2 additions & 1 deletion sources/scss/modules/_autocomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
ul {
list-style: none;
padding: 0;
margin: 0;
overflow: auto;
box-sizing: border-box;

li {
position: relative;
Expand Down Expand Up @@ -152,6 +152,7 @@ li.loupe:before {
border: 1px solid #858585;
border-top: none;
overflow: hidden;
box-sizing: border-box;
background-color: $color-white;

ul > .loupe {
Expand Down

0 comments on commit a349e0f

Please sign in to comment.