fix: url input field inconsistent (#13956)

* fix:Url Input feild Inconsistent UI/UX #13955

* Lint issue fixes

* Update UsernameTextfield.tsx

* Update UsernameTextfield.tsx

Lint issue fix

---------

Co-authored-by: Vikas Verma <inboxvikasverma@gmail.com>
This commit is contained in:
Vikas Verma
2024-03-04 12:29:35 +00:00
committed by GitHub
co-authored by Vikas Verma
parent 92a919069d
commit 3a9b8a9bf6
@@ -168,7 +168,10 @@ const UsernameTextfield = (props: ICustomUsernameProps & Partial<React.Component
<p className="text-subtle" data-testid="new-username">
{t("new_username")}
</p>
<p className="text-emphasis mt-1 break-all">{inputUsernameValue}</p>
<p className="text-emphasis min-h-5 mt-1 max-h-12 overflow-y-auto break-all">
{inputUsernameValue}
</p>
</div>
</div>
</div>