Skip to content

Commit 895b0eb

Browse files
fix: enable full width for Teams adaptive card messages (#180)
1 parent b2bff66 commit 895b0eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bigfunctions/notify/send_teams_message.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ code: |
3333
'content': {
3434
'type': 'AdaptiveCard',
3535
'body': [{'type': 'TextBlock', 'text': message, 'wrap': True}],
36+
'msTeams': {'width': 'full'},
3637
'$schema': 'http://adaptivecards.io/schemas/adaptive-card.json',
3738
'version': '1.4'
3839
}

0 commit comments

Comments
 (0)