Skip to content

Commit

Permalink
fix: updates flex styles
Browse files Browse the repository at this point in the history
  • Loading branch information
2nikhiltom committed May 28, 2024
1 parent 4d62375 commit 473250b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/styles/scss/components/checkbox/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
.#{$prefix}--checkbox-group--horizontal {
position: relative;
display: flex;
flex-direction: row;
flex-flow: row wrap;
justify-content: flex-start;

.#{$prefix}--form-item {
Expand All @@ -409,5 +409,5 @@
.#{$prefix}--label + .#{$prefix}--form-item.#{$prefix}--checkbox-wrapper {
margin-block-start: 0;
}
}
}
}

0 comments on commit 473250b

Please sign in to comment.