Skip to content

Commit 0ad787a

Browse files
fix(web): overflow recent_envelope_list
1 parent 11af321 commit 0ad787a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/components/recent_envelope_list.templ

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ templ RecentEnvelopeList(m meta.Meta, props RecentEnvelopeListProps) {
2424
<div class="w-40 font-bold">
2525
{ helpers.TimeHumanize(env.Message.CreatedAt.Time()) }
2626
</div>
27-
<div class="flex flex-1 items-center justify-between gap-2">
27+
<div class="flex flex-1 items-center justify-between gap-2 truncate">
2828
<div class="truncate">{ env.Message.Subject }</div>
2929
if len(env.Attachments) != 0 {
3030
<div class="tooltip tooltip-left flex items-center fill-current" data-tip={ strconv.Itoa(len(env.Attachments)) + " Attachment(s)" }>

web/components/recent_envelope_list_templ.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)