File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11$schema: https://adaptivecards.io/schemas/adaptive-card.json
22type: AdaptiveCard
33version: '1.5'
4+ msteams:
5+ width: Full
46fallbackText: {{ fallback }}
57speak: {{ fallback }}
68body:
7981 - type: Table
8082 showGridLines: false
8183 columns:
82- - width: 3
83- - width: 7
84+ - width: 130px
85+ - width: 1
8486 firstRowAsHeaders: false
8587 rows:
8688 - type: TableRow
@@ -167,7 +169,7 @@ body:
167169 verticalContentAlignment: Center
168170 items:
169171 - type: TextBlock
170- text: '{{ precalc.assignees | join(",") }}'
172+ text: '{{ precalc.assignees | join(", ") }}'
171173 #size: Small
172174 wrap: true
173175{% endif %}
@@ -186,7 +188,7 @@ body:
186188 verticalContentAlignment: Center
187189 items:
188190 - type: TextBlock
189- text: '{{ precalc.reviewers | join(",") }}'
191+ text: '{{ precalc.reviewers | join(", ") }}'
190192 #size: Small
191193 wrap: true
192194{% endif %}
@@ -205,7 +207,7 @@ body:
205207 verticalContentAlignment: Center
206208 items:
207209 - type: TextBlock
208- text: '{{ precalc.approvers | join(",") }}'
210+ text: '{{ precalc.approvers | join(", ") }}'
209211 #size: Small
210212 wrap: true
211213{% endif %}
You can’t perform that action at this time.
0 commit comments