Skip to content

Commit a9d221a

Browse files
🐛 removed global style leak (#60)
1 parent b61f295 commit a9d221a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-multi-select-component",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "Simple and lightweight multiple selection dropdown component with checkboxes, search and select-all",
55
"author": "Harsh Zalavadiya",
66
"license": "MIT",

src/select-panel/default-item.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface IDefaultItemRendererProps {
1111
}
1212

1313
const DefaultRenderer = css({
14-
"input,span": {
14+
"& input,& span": {
1515
verticalAlign: "middle",
1616
margin: 0,
1717
},

0 commit comments

Comments
 (0)