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

Grid Layout - A question doesn't take the specified width but is stretched to the full form's width instead #9314

Open
JaneSjs opened this issue Jan 14, 2025 · 0 comments
Assignees
Labels

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Jan 14, 2025

{
  "pages": [
    {
      "name": "page1",
      "elements": [
        {
          "type": "text",
          "name": "question1",
          "colSpan": 1
        },
        {
          "type": "text",
          "name": "question2",
          "colSpan": 3
        }
      ]
    }
  ],
  "widthMode": "responsive",
  "gridLayoutEnabled": true
}

Expected output: question1 takes the 33% width of the entire form's width.
Current output: question1 takes the full form width.
image

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

No branches or pull requests

2 participants