Skip to content

[Rendering] Full Width Adaptive Cards Stopped Working (Again!) #9394

Description

@WilbertWalrus

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions