Skip to content

Commit 9981c81

Browse files
author
Mike Taylor
committed
Issue #572 - Remove right float for GitHub issue warp hint
1 parent 22bd9f7 commit 9981c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webcompat/templates/issue.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h1 class="Issue-title wc-Title--l">
9090
{% else %}
9191
<p class="Issue-login">Please <a href="{{ url_for('login') }}">login</a> to edit issues.</p>
9292
{% endif %}
93-
<p class="wc-float-right wc-margin-bottom"><span class="wc-keyhint">G</span> takes you to the <a href="https://github.com/{{ config['ISSUES_REPO_URI'] }}/{{ number }}">GitHub view</a> of this page.</p>
93+
<p class="wc-margin-bottom"><span class="wc-keyhint">G</span> takes you to the <a href="https://github.com/{{ config['ISSUES_REPO_URI'] }}/{{ number }}">GitHub view</a> of this page.</p>
9494
</div>
9595
</main>
9696
</div>

0 commit comments

Comments
 (0)