Skip to content

Commit

Permalink
🎨 style reset for <li/>
Browse files Browse the repository at this point in the history
  • Loading branch information
harshzalavadiya committed Apr 21, 2020
1 parent fc02aca commit 914c31e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Simple and lightweight multiple selection dropdown component with `checkboxes`,

## ✨ Features

- 🍃 Lightweight (~3.4KB)
- 🍃 Lightweight (~4KB)
- 💅 Themeable
- ✌ Written w/ TypeScript

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-multi-select-component",
"version": "2.0.2",
"version": "2.0.3",
"description": "Simple and lightweight multiple selection dropdown component with checkboxes, search and select-all",
"author": "Harsh Zalavadiya",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/select-panel/select-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const SelectListUl = css({
paddingLeft: 0,
li: {
listStyle: "none",
margin: 0,
},
});

Expand Down

0 comments on commit 914c31e

Please sign in to comment.