Remove extra space in "Sign In" link (#1867)

HTML treats newlines as whitespace and collapses it + the spaces down to
a single space which has the underline. This fixes this by tightening up
the `<span>`s

Co-authored-by: driazati <driazati@users.noreply.github.com>
This commit is contained in:
driazati 2021-09-17 05:06:26 -07:00 committed by GitHub
parent 94ae92ec0b
commit 0c55dc792f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1140,9 +1140,7 @@
<canvas id="wpmChart"></canvas>
</div>
<div class="loginTip">
<span class="link" style="text-decoration: underline">
Sign in
</span>
<span class="link" style="text-decoration: underline">Sign in</span>
to save your result
</div>
<div class="bottom" style="grid-column: 1/3">