Skip to content

Commit 3c30376

Browse files
authored
Remove email truncation from activate screen (#6087)
1 parent c0a0ba7 commit 3c30376

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/plausible_web/templates/auth/activate.html.heex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
</:title>
1818

1919
<:subtitle :if={@has_email_code?}>
20-
<p class="truncate">
20+
<p class="break-all">
2121
Please enter the 4-digit code we sent to <b>{@conn.assigns[:current_user].email}</b>
2222
</p>
2323
</:subtitle>
2424

2525
<:subtitle :if={!@has_email_code?}>
26-
<p class="truncate">
26+
<p class="break-all">
2727
A 4-digit activation code will be sent to <b>{@conn.assigns[:current_user].email}</b>
2828
</p>
2929
</:subtitle>

0 commit comments

Comments
 (0)