Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/til-checkbox-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cloudoperators/juno-ui-components": patch
---

fix(ui): align Checkbox vertically in flex rows
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ act_*.json
.out-of-code-insights
.claude
claude.md
.husky/prepare-commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const Checkbox = ({
const theId = id || uniqueId()

return (
<div className="jn-checkbox-outer">
<div className="jn-checkbox-outer jn:inline-flex jn:items-center">
Comment thread
Copilot marked this conversation as resolved.
Outdated
<div className={`jn-checkbox-wrapper ${wrapperStyles}`}>
<div
className={`
Expand Down
Loading