Skip to content

Commit 61e3a36

Browse files
fix(web): vertical align attachments icon
1 parent 384387d commit 61e3a36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/pages/envelope.templ

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ templ envelopeListView(m meta.Meta, props envelopeListViewProps) {
174174
</td>
175175
<td class="w-0 whitespace-nowrap">
176176
if len(env.Attachments) != 0 {
177-
<a href={ routes.Envelope(env.Message.ID).URLQuery("tab=" + routes.EnvelopeTabAttachments.String()) } class="tooltip tooltip-left fill-current" data-tip={ strconv.Itoa(len(env.Attachments)) + " Attachment(s)" }>
177+
<a href={ routes.Envelope(env.Message.ID).URLQuery("tab=" + routes.EnvelopeTabAttachments.String()) } class="tooltip tooltip-left fill-current flex items-center" data-tip={ strconv.Itoa(len(env.Attachments)) + " Attachment(s)" }>
178178
@icons.Attachment("h-4 w-4")
179179
</a>
180180
}

web/pages/envelope_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)