Alerting: Fix width of Adapative Cards in Teams notifications (#53996)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user