diff --git a/frontend/templates/signup.html b/frontend/templates/signup.html index ff2ee9bd..d33fd8b2 100644 --- a/frontend/templates/signup.html +++ b/frontend/templates/signup.html @@ -78,6 +78,7 @@ x-model="email" class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-blue-500 focus:ring focus:ring-blue-500 focus:ring-opacity-50" aria-required="true" + style="min-height:44px;" > @@ -91,6 +92,7 @@ class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-blue-500 focus:ring focus:ring-blue-500 focus:ring-opacity-50" aria-required="true" aria-describedby="username-hint" + style="min-height:44px;" >

3–64 characters. Letters, numbers, hyphens and underscores only.

@@ -102,6 +104,7 @@ x-model="display_name" maxlength="255" class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-blue-500 focus:ring focus:ring-blue-500 focus:ring-opacity-50" + style="min-height:44px;" > @@ -114,6 +117,7 @@ class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-blue-500 focus:ring focus:ring-blue-500 focus:ring-opacity-50" aria-required="true" aria-describedby="password-hint" + style="min-height:44px;" >

Minimum 8 characters.

@@ -126,6 +130,7 @@ minlength="8" maxlength="128" class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-blue-500 focus:ring focus:ring-blue-500 focus:ring-opacity-50" aria-required="true" + style="min-height:44px;" >