[v9.1.x] Alerting: Fix width of Adaptive Cards in Teams notifications (#54045)

Co-authored-by: George Robinson <george.robinson@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-08-22 17:18:08 +02:00
committed by GitHub
co-authored by George Robinson
parent 1639dad624
commit f80df9a187
3 changed files with 36 additions and 5 deletions
@@ -2224,7 +2224,10 @@ var expNonEmailNotifications = map[string][]string{
}
],
"type": "AdaptiveCard",
"version": "1.4"
"version": "1.4",
"msTeams": {
"width": "Full"
}
},
"contentType": "application/vnd.microsoft.card.adaptive"
}