Skip to content

Commit

Permalink
1577 Fixes uncheckable checkbox (only the label was clickable)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardovdheijden committed Nov 28, 2024
1 parent d39017a commit 87540ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-rivers-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@orchestrator-ui/orchestrator-ui-components': patch
---

1577 Fixes uncheckable checkbox (only the label was clickable)
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ export const boolFieldStyling = css`
z-index: unset;
}
input[type="checkbox"] {
display: none;
}
label {
display: inline-block;
margin: 3px 0;
Expand Down

0 comments on commit 87540ac

Please sign in to comment.