Skip to content

Commit 59b8a23

Browse files
committed
style: update ticket title layout for better text handling
- Modified the ticket title div to include the 'break-all' class, allowing for improved text wrapping and preventing overflow in the onboarding view.
1 parent 6fec755 commit 59b8a23

File tree

1 file changed

+1
-1
lines changed
  • lib/algora_web/live/onboarding

1 file changed

+1
-1
lines changed

lib/algora_web/live/onboarding/dev.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ defmodule AlgoraWeb.Onboarding.DevLive do
305305
<div class="mb-1 text-sm text-muted-foreground">
306306
{transaction.bounty.ticket.repository.user.provider_login}/{transaction.bounty.ticket.repository.name}#{transaction.bounty.ticket.number}
307307
</div>
308-
<div class="font-medium">
308+
<div class="font-medium break-all">
309309
{transaction.bounty.ticket.title}
310310
</div>
311311
<div class="mt-1 text-xs text-muted-foreground">

0 commit comments

Comments
 (0)