You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}]}]}
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
Sample Code Language
No response
Sample Code
No response