Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pix666 committed May 25, 2024
1 parent 4d03c9a commit 3f21812
Show file tree
Hide file tree
Showing 2 changed files with 6 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": "paper-checkbox-tree",
"version": "0.1.6",
"version": "0.1.7",
"description": "A JavaScript component that transforms a select element into a checkbox tree.",
"keywords": [
"widgets",
Expand Down
6 changes: 5 additions & 1 deletion src/index.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,13 @@ $checkbox-border-color: #d0d0d0;
overflow: auto;
display: grid;
padding: 0 0 0 0.5em;
gap: 12px;
gap: 6px;
max-height: inherit;

&:has(.pct-group) {
gap: 12px;
}

> div:first-child {
margin-top: 0.5em;
}
Expand Down

0 comments on commit 3f21812

Please sign in to comment.