Skip to content

Commit 94d8f20

Browse files
committed
Fix Gravity Forms width
1 parent 7aa9ca9 commit 94d8f20

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### Unreleased
22
* **Tweak** - Version the main CSS and JS file
3+
* **New** - Frontpage body class
34

45
### 0.3.8:
56
* **New** - i18n: RU, DE, ZH

scss/helpers/_gravityforms.scss

+4
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@
100100

101101
}
102102

103+
.gform_wrapper .form-fields{
104+
overflow: hidden;
105+
}
106+
103107

104108

105109
/* hide the honeypot field ------------------------------------------------------*/

0 commit comments

Comments
 (0)