remove excess space in the form

There’s too much space after removing the redundant field.
This commit is contained in:
Chris Garrity 2020-04-10 16:09:17 -04:00
parent 7d9e6ea8b7
commit 23306ff336

View file

@ -26,7 +26,7 @@ const HelpForm = props => {
<iframe
className="freshwidget-embedded-form"
frameBorder="0"
height="744px"
height="594px"
id="freshwidget-embedded-form"
scrolling="no"
src={`${prefix}&${title}&${username}&${formSubject}&${formDescription}`}