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:
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>
|
||||
|
||||
Reference in New Issue
Block a user