We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7317b0d commit be351c7Copy full SHA for be351c7
lib/algora_web/live/contract_live.ex
@@ -290,7 +290,7 @@ defmodule AlgoraWeb.ContractLive do
290
</div>
291
</.card_content>
292
</.card>
293
- <.card>
+ <.card :if={@ticket_body_html}>
294
<.card_header>
295
<.card_title>
296
Description
@@ -360,7 +360,7 @@ defmodule AlgoraWeb.ContractLive do
360
{Util.initials(message.sender.name)}
361
</.avatar_fallback>
362
</.avatar>
363
- <div class="max-w-[80%] relative rounded-2xl rounded-tl-none bg-muted p-3">
+ <div class="max-w-[80%] relative rounded-2xl rounded-tl-none bg-muted p-3 break-words">
364
{message.content}
365
<div class="text-[10px] mt-1 text-muted-foreground">
366
{message.inserted_at
0 commit comments