We are using Auth0 Forms for an onboarding flow to capture user details after registration. When using a ‘text’ field for Full Name, with a ‘max length’, the character counter style is broken in Firefox (see first attachment).
I understand this could be fixed by using a custom html form block to override the style of the element, but this requires custom domains to be enabled, which we don’t want to to right now.
Can the styling issue in firefox be fixed please? All that is needed is to add text-wrap: nowrap
to the div, as shown in the second attachment. This was done in my browser in devtools.
Thanks.