From f6b5fc17fa351dfc458a180ad4f653c1cdea3c8b Mon Sep 17 00:00:00 2001 From: shibao Date: Sat, 4 Feb 2023 20:41:29 -0500 Subject: [PATCH] fix padding on chrome --- CHANGELOG.md | 1 + lib/cannery_web/templates/user_confirmation/new.html.heex | 2 +- lib/cannery_web/templates/user_registration/new.html.heex | 2 +- lib/cannery_web/templates/user_reset_password/edit.html.heex | 2 +- lib/cannery_web/templates/user_reset_password/new.html.heex | 2 +- lib/cannery_web/templates/user_session/new.html.heex | 2 +- lib/cannery_web/templates/user_settings/edit.html.heex | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6122f2a..72281d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Fix bug with public registration - Improve templates - Improve invites, record usage +- Fix padding on more pages when using chrome # v0.8.1 - Update dependencies diff --git a/lib/cannery_web/templates/user_confirmation/new.html.heex b/lib/cannery_web/templates/user_confirmation/new.html.heex index 24199a5..0408945 100644 --- a/lib/cannery_web/templates/user_confirmation/new.html.heex +++ b/lib/cannery_web/templates/user_confirmation/new.html.heex @@ -1,4 +1,4 @@ -
+

<%= dgettext("actions", "Resend confirmation instructions") %>

diff --git a/lib/cannery_web/templates/user_registration/new.html.heex b/lib/cannery_web/templates/user_registration/new.html.heex index c1bd49e..82ff3bd 100644 --- a/lib/cannery_web/templates/user_registration/new.html.heex +++ b/lib/cannery_web/templates/user_registration/new.html.heex @@ -1,4 +1,4 @@ -
+

<%= dgettext("actions", "Register") %>

diff --git a/lib/cannery_web/templates/user_reset_password/edit.html.heex b/lib/cannery_web/templates/user_reset_password/edit.html.heex index 5e24c36..316edce 100644 --- a/lib/cannery_web/templates/user_reset_password/edit.html.heex +++ b/lib/cannery_web/templates/user_reset_password/edit.html.heex @@ -1,4 +1,4 @@ -
+

<%= dgettext("actions", "Reset password") %>

diff --git a/lib/cannery_web/templates/user_reset_password/new.html.heex b/lib/cannery_web/templates/user_reset_password/new.html.heex index 4b1bff8..facedaa 100644 --- a/lib/cannery_web/templates/user_reset_password/new.html.heex +++ b/lib/cannery_web/templates/user_reset_password/new.html.heex @@ -1,4 +1,4 @@ -
+

<%= dgettext("actions", "Forgot your password?") %>

diff --git a/lib/cannery_web/templates/user_session/new.html.heex b/lib/cannery_web/templates/user_session/new.html.heex index bb26c2a..d2914a1 100644 --- a/lib/cannery_web/templates/user_session/new.html.heex +++ b/lib/cannery_web/templates/user_session/new.html.heex @@ -1,4 +1,4 @@ -
+

<%= dgettext("actions", "Log in") %>

diff --git a/lib/cannery_web/templates/user_settings/edit.html.heex b/lib/cannery_web/templates/user_settings/edit.html.heex index 33e9a8a..f40daab 100644 --- a/lib/cannery_web/templates/user_settings/edit.html.heex +++ b/lib/cannery_web/templates/user_settings/edit.html.heex @@ -1,4 +1,4 @@ -
+

<%= gettext("Settings") %>