Skip to content

Commit

Permalink
fix: minor issue with checkbox layout
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Dec 19, 2024
1 parent b4aae7d commit ef5d31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/components/checkbox/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
input {
display: flex;
border-radius: variables.$db-border-radius-2xs;
margin-block: auto;
margin-block: 0 auto;
align-items: center;
justify-content: center;

Expand Down
2 changes: 1 addition & 1 deletion showcases/shared/checkbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
]
},
{
"name": "Label",
"name": "Show Label",
"role": "group",
"examples": [
{
Expand Down

0 comments on commit ef5d31b

Please sign in to comment.