Skip to content

Commit

Permalink
fix: long email field on account page
Browse files Browse the repository at this point in the history
  • Loading branch information
bydawen committed Apr 2, 2024
1 parent feef40f commit e0bcece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/account-settings/EmailField.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const EmailField = (props) => {
</Button>
) : null}
</div>
<p data-hj-suppress>{renderValue()}</p>
<p data-hj-suppress className="text-truncate">{renderValue()}</p>
{renderConfirmationMessage() || <p className="small text-muted mt-n2">{helpText}</p>}
</div>
),
Expand Down

0 comments on commit e0bcece

Please sign in to comment.