diff --git a/.erb-lint.yml b/.erb-lint.yml index 209e8df4e..314bb9f74 100644 --- a/.erb-lint.yml +++ b/.erb-lint.yml @@ -1,6 +1,8 @@ --- exclude: - vendor/**/* + # This file is autogenerated by maizzle + - app/views/devise/mailer/_reset_password_instructions_new_theme.html.erb EnableDefaultLinters: true linters: PartialInstanceVariable: diff --git a/app/views/devise/mailer/_reset_password_instructions_new_theme.html.erb b/app/views/devise/mailer/_reset_password_instructions_new_theme.html.erb index 240895b0b..04683768e 100644 --- a/app/views/devise/mailer/_reset_password_instructions_new_theme.html.erb +++ b/app/views/devise/mailer/_reset_password_instructions_new_theme.html.erb @@ -24,7 +24,7 @@ .hover-underline:hover { text-decoration-line: underline !important } - @media (max-width: 600px) { <%# erblint:disable PartialInstanceVariable %> + @media (max-width: 600px) { .sm-h-auto { height: auto !important }