Skip to content

Commit 512a152

Browse files
committed
Add margin-top to token verification form
1 parent 0ca901f commit 512a152

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

secure/token-generator.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Use this form to generate a token for the urgent contact form.
1616
</fieldset>
1717
<button type="submit" style="margin-bottom:1em">Generate Token</button>
1818
</form>
19-
<p>Your token is: <pre style="display:inline" id="token-value">...</pre></p>
19+
<p>Your token is:</p>
20+
<pre style="display:inline" id="token-value">...</pre>
2021

21-
22-
<form id="token-verification-form">
22+
<form id="token-verification-form" style="margin-top:0.5em">
2323
<fieldset style="margin-bottom:1em">
2424
<label for="name" style="display:inline-block; margin-bottom:0.5em">Token:</label>
2525
<input type="text" name="token" id="token" placeholder="Token" style="box-sizing:border-box; width:100%; max-width:20em" required>

0 commit comments

Comments
 (0)