Skip to content

Commit

Permalink
Merge pull request #69 from wpmudev/fix/FOR-4494
Browse files Browse the repository at this point in the history
🐛 fix(rating): wrap rating field items.
  • Loading branch information
emgk authored Jun 14, 2024
2 parents 3dcc8be + aaee8dd commit ba941c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions library/scss/forms/elements/_rating.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

.forminator-rating-items {
display: flex;
flex-wrap: wrap;
border: 1px solid transparent;

&.forminator-rating-md {
Expand Down
1 change: 1 addition & 0 deletions library/scss/src/settings/components/_rating.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

.forminator-rating-items {
display: flex;
flex-wrap: wrap;
border: 1px solid transparent;

&.forminator-rating-md {
Expand Down

0 comments on commit ba941c5

Please sign in to comment.