Skip to content

Commit

Permalink
fix: Ensure generation of CSS rules for .formbuilder-mobile place the…
Browse files Browse the repository at this point in the history
… selector at the .form-wrap.form-builder level
  • Loading branch information
lucasnetau committed Sep 11, 2023
1 parent 27abe22 commit a364136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sass/_controls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
}
}

.formbuilder-mobile {
@at-root #{selector-append(".formbuilder-mobile", &)} {
.form-actions {
width: 100%;

Expand Down
2 changes: 1 addition & 1 deletion src/sass/_stage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@
}
}

.formbuilder-mobile {
@at-root #{selector-append(".formbuilder-mobile", &)} {
.field-actions {
opacity: 1;
}
Expand Down

0 comments on commit a364136

Please sign in to comment.