Skip to content

Commit

Permalink
FIO-8009 fixed display of the required asterisk (#5548)
Browse files Browse the repository at this point in the history
  • Loading branch information
HannaKurban authored Mar 27, 2024
1 parent 2e63726 commit bef8c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sass/formio.form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -846,8 +846,8 @@ body.formio-dialog-open {
color:#EB0000;
}

.formio-component-radio.formio-component-label-hidden.required .label-position-right.form-check-label:before,
.formio-component-selectboxes.formio-component-label-hidden.required .label-position-right.form-check-label:before {
.formio-component-radio.formio-component-label-hidden.required .form-check .label-position-right.form-check-label:before,
.formio-component-selectboxes.formio-component-label-hidden.required .form-check .label-position-right.form-check-label:before {
right: 20px;
}

Expand Down

0 comments on commit bef8c0a

Please sign in to comment.