Weird position of resend button

Feature: position of resend button in “email-identifier-challenge” prompt

Description: We’re using Universal Login to build our sign-in and sign-up page. After users complete the sign-up process, they are directed to an OTP verification screen because we have enabled email verification during sign-up. Currently, the “resend” button on the OTP screen is positioned awkwardly and should be moved below the input field for better usability. Upon reviewing the HTML structure and page template, the element order appears to be correct, and the css we made have no impact on this screen, so the issue may lie elsewhere. Have you guys seen the same issue in other tenant? I’d like to know if this issue happen only in our tenant.
Here’s the screenshot for your reference:

Use-case:

Hi @terry.han ,

I am curious to know the configuration and code snippet if possible on how you see the Resend button at the top?

I have checked the Auth0 documentation and even in dashboard. Resend button is positioned after continue button.

Here is some links you can check:

https://auth0.com/docs/customize/login-pages/universal-login/customize-templates#prompts

https://auth0.com/docs/customize/login-pages/universal-login/customize-text-elements#prompt-values

Hey @sumansaurav,

I cannot show you the code snippet, but it’s inside of the flex box and the order of element is looking fine. I don’t know why it appears on the top of the input field