Skip to content

Commit 90dba13

Browse files
committed
Solved the Unnecessary Gap in the SignUp Form. Solved issue - #2605
Solved issue #2605
1 parent 823c5c4 commit 90dba13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: client/styles/components/_forms.scss

+4
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@
110110
margin-top: #{math.div(15, $base-font-size)}rem;
111111
}
112112

113+
.form__status:first-child {
114+
margin-bottom: #{math.div(10, $base-font-size)}rem;
115+
}
116+
113117
.form__status {
114118
@include themify() {
115119
color: getThemifyVariable("form-navigation-options-color");

0 commit comments

Comments
 (0)