diff --git a/core/notification/im.go b/core/notification/im.go index 52a1c420..181b8b89 100644 --- a/core/notification/im.go +++ b/core/notification/im.go @@ -335,6 +335,7 @@ func sendIMMSTeams(ch *models.NotificationChannelV2, title string, content strin { "type": "TextBlock", "text": fmt.Sprintf("**%s**", title), + "size": "Large", }, { "type": "TextBlock",