mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 13:01:10 +08:00
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:
parent
94ae92ec0b
commit
0c55dc792f
1 changed files with 1 additions and 3 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue