Skip to content

Commit

Permalink
Positioned the question mark next to the email and ensured the email …
Browse files Browse the repository at this point in the history
…always appears on a new line.
  • Loading branch information
Annaseli committed Feb 17, 2025
1 parent befd895 commit 3850419
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions webui/src/pages/auth/users/user/credentials.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,18 @@ const UserCredentialsList = ({ userId, after, onPaginate }) => {
Create new credentials for user{" "}
<br/>
<strong
className="
d-inline-block
w-50
text-nowrap
overflow-hidden
text-truncate
align-middle
"
className={`d-inline-block
text-nowrap
overflow-hidden
text-truncate
align-bottom
${email.length > 40 ? "w-75" : ""}`}
title={email}
>
{email}
</strong>
</strong>
{" "}?
</span>
</span>
);
return (
<>
Expand Down

0 comments on commit 3850419

Please sign in to comment.