Skip to content

Commit 08c8a25

Browse files
committed
1 parent 2ece5ee commit 08c8a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/templates/partials/link-preview/html.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{{{ if favicons.length }}}
2121
{{{ each favicons }}}
2222
{{{ if @first }}}
23-
<img src="{@value}" alt="favicon" class="not-responsive" style="max-width: 21px; max-height: 21px;" />
23+
<img src="{@value}" alt="favicon" class="not-responsive overflow-hiddden" style="max-width: 21px; max-height: 21px;" />
2424
{{{ end }}}
2525
{{{ end }}}
2626
{{{ end }}}

0 commit comments

Comments
 (0)