forked from microsoft/AdaptiveCards
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Target Platforms
iOS, Android
SDK Version
2.2.35
Application Name
Microsoft Viva connections mobile
Problem Description
When we change device font size, padding for action wrapper doesn't change and remains constant at 10
Screenshots
No response
Card JSON
Any card with action wrapper causes problem
{"$schema":"https://adaptivecards.io/schemas/adaptive-card.json","type":"AdaptiveCard","version":"1.3","body":[{"type":"Container","items":[{"type":"Image","url":"${imageUrl}","altText":"${imageAltText}"},{"type":"ColumnSet","spacing":"none","columns":[{"type":"Column","items":[{"type":"Icon","iconProperty":"${iconProperty}","altText":"${iconAltText}"}],"width":"auto"},{"type":"Column","spacing":"none","items":[{"type":"TextBlock","subType":"Title","text":"${title}","wrap":false,"maxLines":1,"spacing":"none"}],"width":"stretch"}]},{"type":"TextBlock","subType":"BodyPrimary","text":"${primaryText}","spacing":"none","wrap":true}]}]}Sample Code Language
No response
Sample Code
No response
Metadata
Metadata
Assignees
Labels
No labels