Skip to content

Commit

Permalink
Gravity Forms: overflow hidden prevented select dropdowns to display …
Browse files Browse the repository at this point in the history
…fully
  • Loading branch information
nicomollet committed Sep 14, 2022
1 parent f5cd457 commit 16c3439
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* **Tweak** - Gravity Forms: overflow hidden prevented select dropdowns to display fully

### 0.9.0: August 12th, 2022
* **Tweak** - WooCommerce avoid error "Attempt to read property post_type on null" by avoiding usage of is_product is pre_get_posts

Expand Down
2 changes: 1 addition & 1 deletion scss/helpers/_gravityforms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
display: inline-block;
}
.form-fields{
overflow: hidden;
//overflow: hidden; // disabled on September 14th, 2022 since it prevented select dropdowns to display fully
}
.form-control-auto{
width: auto;
Expand Down

0 comments on commit 16c3439

Please sign in to comment.