mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
remove excess space in the form
There’s too much space after removing the redundant field.
This commit is contained in:
parent
7d9e6ea8b7
commit
23306ff336
1 changed files with 1 additions and 1 deletions
|
@ -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}`}
|
||||
|
|
Loading…
Reference in a new issue