What platform is your issue or question related to? (Delete other platforms).
Host - Teams
Latest master
For the following cards JSON, desktop and mobile have different experiences.
|Mobile|Desktop|
|:-:|:-:|
|
|
|
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.2",
"body": [
{
"type": "TextBlock",
"color": "warning",
"text": "What time do you want to meet? \n* Hello \n* Item 2 \n* Item 3 ",
"wrap": true
}
],
"actions": [
{
"type": "Action.Submit",
"title": "OK"
}
]
}
@adumrewal
I can't reproduce the issue. I tested it on both main and 1.2.10 iOS branch.

This is already fixed via PR attached to #4117. FYI, We migrated to the main branch from the master.