From 8f4c87ad49b17e13d7d473fcbeda464570190c54 Mon Sep 17 00:00:00 2001 From: mrgoldy Date: Wed, 18 Mar 2020 21:06:51 +0100 Subject: [PATCH] [ticket/16326] Use autowidth for ucp_reset_password inputs PHPBB3-16326 --- phpBB/styles/prosilver/template/ucp_reset_password.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phpBB/styles/prosilver/template/ucp_reset_password.html b/phpBB/styles/prosilver/template/ucp_reset_password.html index 9b8c0573ed..fc42164e11 100644 --- a/phpBB/styles/prosilver/template/ucp_reset_password.html +++ b/phpBB/styles/prosilver/template/ucp_reset_password.html @@ -13,11 +13,11 @@ {% if PASSWORD_RESET_ERRORS %}

{{ PASSWORD_RESET_ERRORS | join('
') }}

{% endif %}
-
+
-
+
{% else %} {% if USERNAME_REQUIRED %} @@ -25,12 +25,12 @@ {% endif %}

{{ lang('EMAIL_REMIND') }}
-
+
{% if USERNAME_REQUIRED %}
-
+
{% endif %} {% endif %}