Browse Source

ref(ui): Add margin to "Need help with your account" (#70760)

Evan Purkhiser 10 months ago
parent
commit
89be379877
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sentry/templates/sentry/bases/auth.html

+ 1 - 1
src/sentry/templates/sentry/bases/auth.html

@@ -18,7 +18,7 @@
     {% block auth_container %}
       <div class="auth-container p-y-2">
         {% block auth_main %}{% endblock %}
-        <p>
+        <p class="m-t-1">
           {% blocktrans %}
             Need help with your account?  Click <a class="help-center-link" href="https://sentry.zendesk.com/hc/en-us">here</a> to check out our help center.
           {% endblocktrans %}