Skip to content

Commit

Permalink
style(Checkbox): fix invalid, warning icon size when text wraps (#14515)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Aug 28, 2023
1 parent 2919b02 commit d4fd614
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/styles/scss/components/checkbox/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,13 @@
.#{$prefix}--checkbox-group__validation-msg,
.#{$prefix}--checkbox__validation-msg {
display: none;
align-items: flex-end;
align-items: flex-start;
margin-top: $spacing-02;
}

.#{$prefix}--checkbox__invalid-icon {
margin: 0 convert.to-rem(1px) 0 convert.to-rem(3px);
min-width: convert.to-rem(16px);
margin: convert.to-rem(1px) convert.to-rem(1px) 0 convert.to-rem(3px);
fill: $support-error;
}

Expand Down

0 comments on commit d4fd614

Please sign in to comment.