Skip to content

Commit

Permalink
🐛 removed global style leak (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshzalavadiya authored Jun 30, 2020
1 parent b61f295 commit a9d221a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.11",
"version": "2.0.12",
"description": "Simple and lightweight multiple selection dropdown component with checkboxes, search and select-all",
"author": "Harsh Zalavadiya",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/select-panel/default-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface IDefaultItemRendererProps {
}

const DefaultRenderer = css({
"input,span": {
"& input,& span": {
verticalAlign: "middle",
margin: 0,
},
Expand Down

0 comments on commit a9d221a

Please sign in to comment.