We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5cd457 commit 16c3439Copy full SHA for 16c3439
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+* **Tweak** - Gravity Forms: overflow hidden prevented select dropdowns to display fully
2
+
3
### 0.9.0: August 12th, 2022
4
* **Tweak** - WooCommerce avoid error "Attempt to read property post_type on null" by avoiding usage of is_product is pre_get_posts
5
scss/helpers/_gravityforms.scss
@@ -266,7 +266,7 @@
266
display: inline-block;
267
}
268
.form-fields{
269
- overflow: hidden;
+ //overflow: hidden; // disabled on September 14th, 2022 since it prevented select dropdowns to display fully
270
271
.form-control-auto{
272
width: auto;
0 commit comments