Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Rendering] Padding for action wrapper doesn't scale with device font change #127

Open
MohanSuri opened this issue Dec 5, 2023 · 0 comments

Comments

@MohanSuri
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant