Skip to content

Commit

Permalink
fix: radio and checkbox selection
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi authored Oct 2, 2023
1 parent 189bad6 commit 8ac1243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/custom/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fieldset {
white-space: nowrap;
padding: 0 $input-spacing-x;
z-index: 1;
&.active {
&.active:first-child {
transform: translateY(-75%);
font-weight: 600;
font-size: $small-font-size;
Expand Down

0 comments on commit 8ac1243

Please sign in to comment.