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

Layout Issue (question width = %) #6573

Closed
mikeamelin opened this issue Jul 24, 2023 · 0 comments
Closed

Layout Issue (question width = %) #6573

mikeamelin opened this issue Jul 24, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@mikeamelin
Copy link

mikeamelin commented Jul 24, 2023

{
"pages": [
{
"name": "page1",
"elements": [
{
"type": "panel",
"name": "panel1",
"elements": [
{
"type": "text",
"name": "question1",
"width": "33%",
"minWidth": "33",
"maxWidth": "33"
},
{
"type": "text",
"name": "question2",
"startWithNewLine": false
},
{
"type": "text",
"name": "question5"
},
{
"type": "text",
"name": "question3",
"startWithNewLine": false
},
{
"type": "text",
"name": "question4",
"startWithNewLine": false
},
{
"type": "text",
"name": "question9",
"width": "67%",
"minWidth": "67",
"maxWidth": "67"
},
{
"type": "text",
"name": "question8",
"startWithNewLine": false
}
]
}
]
}
],
"showQuestionNumbers": "off"
}

Image

@mikeamelin mikeamelin self-assigned this Jul 24, 2023
@mikeamelin mikeamelin added the bug label Jul 24, 2023
andrewtelnov added a commit that referenced this issue Aug 10, 2023
Work for #6573: remove setElementMaxMinWidth
@tsv2013 tsv2013 closed this as completed Aug 22, 2023
@OlgaLarina OlgaLarina added this to the v1.9.104 milestone Aug 22, 2023
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

4 participants