Target Platforms
Other
SDK Version
26213.1006.5014.9784
Application Name
Microsoft Teams
Problem Description
Full width Adaptive Cards stopped working again. MS Teams version 26213.1006.5014.9784
I don't know what the f*ck you guys do at MicroSlop. We have been fighting this bug since 2022. Don't you assclowns check this before each deployment?
All of our Adaptive Cards content are squished.
Screenshots
No response
Card JSON
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.4",
"msTeams": {
"width": "full"
},
"body": [
{
"type": "Container",
"spacing": "none",
"items": [
{
"type": "TextBlock",
"text": "Content Squished",
"color": "good",
"spacing": "none",
"weight": "bolder",
"size": "medium",
"wrap": true
},
{
"type": "FactSet",
"facts": [
{
"title": "Title",
"value": "MicroSlop"
},
{
"title": "Message",
"value": "AI Slop"
}
]
}
]
}
]
}
Sample Code Language
No response
Sample Code
No response
Target Platforms
Other
SDK Version
26213.1006.5014.9784
Application Name
Microsoft Teams
Problem Description
Full width Adaptive Cards stopped working again. MS Teams version 26213.1006.5014.9784
I don't know what the f*ck you guys do at MicroSlop. We have been fighting this bug since 2022. Don't you assclowns check this before each deployment?
All of our Adaptive Cards content are squished.
Screenshots
No response
Card JSON
{ "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.4", "msTeams": { "width": "full" }, "body": [ { "type": "Container", "spacing": "none", "items": [ { "type": "TextBlock", "text": "Content Squished", "color": "good", "spacing": "none", "weight": "bolder", "size": "medium", "wrap": true }, { "type": "FactSet", "facts": [ { "title": "Title", "value": "MicroSlop" }, { "title": "Message", "value": "AI Slop" } ] } ] } ] }Sample Code Language
No response
Sample Code
No response