diff --git a/lib/pleroma/web/templates/o_auth/o_auth/oob_authorization_created.html.eex b/lib/pleroma/web/templates/o_auth/o_auth/oob_authorization_created.html.eex
index 76ed3fda5e..992af8dd7d 100644
--- a/lib/pleroma/web/templates/o_auth/o_auth/oob_authorization_created.html.eex
+++ b/lib/pleroma/web/templates/o_auth/o_auth/oob_authorization_created.html.eex
@@ -1,2 +1,2 @@
<%= Gettext.dpgettext("static_pages", "oauth authorized page title", "Successfully authorized") %>
-<%= raw Gettext.dpgettext("static_pages", "oauth token code message", "Token code is
%{token}", token: safe_to_string(html_escape(@auth.token))) %>
+<%= raw Gettext.dpgettext("static_pages", "oauth token code message", "Token code is
%{token}
", token: safe_to_string(html_escape(@auth.token))) %>
diff --git a/lib/pleroma/web/templates/o_auth/o_auth/oob_token_exists.html.eex b/lib/pleroma/web/templates/o_auth/o_auth/oob_token_exists.html.eex
index 754bf2eb09..ab41235a4e 100644
--- a/lib/pleroma/web/templates/o_auth/o_auth/oob_token_exists.html.eex
+++ b/lib/pleroma/web/templates/o_auth/o_auth/oob_token_exists.html.eex
@@ -1,2 +1,2 @@
<%= Gettext.dpgettext("static_pages", "oauth authorization exists page title", "Authorization exists") %>
-<%= raw Gettext.dpgettext("static_pages", "oauth token code message", "Token code is
%{token}", token: safe_to_string(html_escape(@token.token))) %>
+<%= raw Gettext.dpgettext("static_pages", "oauth token code message", "Token code is
%{token}
", token: safe_to_string(html_escape(@token.token))) %>
diff --git a/priv/static/instance/static.css b/priv/static/instance/static.css
index db06bdf551..a162e0f2ad 100644
Binary files a/priv/static/instance/static.css and b/priv/static/instance/static.css differ