Skip to content

Commit

Permalink
fix: minor issue with checkbox layout (#3617)
Browse files Browse the repository at this point in the history
* fix: minor issue with checkbox layout

* test: regenerated snapshots

* Update packages/components/src/components/checkbox/checkbox.scss

Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>

---------

Co-authored-by: Maximilian Franzke <Maximilian.Franzke@deutschebahn.com>
Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 2, 2025
1 parent 40701d3 commit 5869466
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion packages/components/src/components/checkbox/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
input {
display: flex;
border-radius: variables.$db-border-radius-2xs;
margin-block: 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 5869466

Please sign in to comment.