Skip to content

Commit

Permalink
fix: fixed checkbox alignment
Browse files Browse the repository at this point in the history
chore: bump version to 0.2.15
  • Loading branch information
gijsbotje committed Jun 13, 2024
1 parent 9446f6b commit 6243377
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": "@afosto/instant-search-widget",
"version": "0.2.14",
"version": "0.2.15",
"description": "Afosto instant search javascript widget",
"private": false,
"main": "./dist/afosto-instant-search-widget.min.js",
Expand Down
2 changes: 1 addition & 1 deletion src/styles/components/_filters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
width: 14px;
height: 14px;
flex-shrink: 0;
margin: 0 12px 0;
margin: 0 12px 0 0;
font-size: 14px;
}
}

0 comments on commit 6243377

Please sign in to comment.