Skip to content

Commit be351c7

Browse files
committed
minor fixes
1 parent 7317b0d commit be351c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/algora_web/live/contract_live.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ defmodule AlgoraWeb.ContractLive do
290290
</div>
291291
</.card_content>
292292
</.card>
293-
<.card>
293+
<.card :if={@ticket_body_html}>
294294
<.card_header>
295295
<.card_title>
296296
Description
@@ -360,7 +360,7 @@ defmodule AlgoraWeb.ContractLive do
360360
{Util.initials(message.sender.name)}
361361
</.avatar_fallback>
362362
</.avatar>
363-
<div class="max-w-[80%] relative rounded-2xl rounded-tl-none bg-muted p-3">
363+
<div class="max-w-[80%] relative rounded-2xl rounded-tl-none bg-muted p-3 break-words">
364364
{message.content}
365365
<div class="text-[10px] mt-1 text-muted-foreground">
366366
{message.inserted_at

0 commit comments

Comments
 (0)