Skip to content

Commit f0045f4

Browse files
GiteaBotwxiaoguang
andauthored
Add missing IconHTML size (#27269) (#27283)
Backport #27269 by @wxiaoguang Fix #27223 Regression of #27122 Co-authored-by: wxiaoguang <[email protected]>
1 parent 0abd78e commit f0045f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/settings/security/accountlinks.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="flex-item">
3030
{{$providerData := index $.OAuth2Providers $loginSource.Name}}
3131
<div class="flex-item-leading">
32-
{{$providerData.IconHTML}}
32+
{{$providerData.IconHTML 20}}
3333
</div>
3434
<div class="flex-item-main">
3535
<span class="flex-item-title" data-tooltip-content="{{$provider}}">

0 commit comments

Comments
 (0)