Skip to content

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

Description

@MohanSuri

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

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

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions