microsoft / microsoft/AdaptiveCards
[Rendering] Full Width Adaptive Cards Stopped Working (Again!)
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the provided Adaptive Card JSON in Microsoft Teams version 26213.1006.5014.9784 and compare its layout with the expected full-width behavior. Done means the card content is no longer squished and the msTeams.width setting renders as full width.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100