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

#6877 Mobile: Do not use min size for mobiles #6907

Merged
merged 4 commits into from
Sep 11, 2023

Conversation

novikov82
Copy link
Contributor

Fixes #6877

@@ -101,6 +101,7 @@ export class Question extends SurveyElement<Question>
protected setIsMobile(val: boolean) { }

@property({ defaultValue: false, onSet: (val: boolean, target: Question) => {
target.renderMinWidth = !val;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have renderMinWidth property?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@novikov82 novikov82 linked an issue Sep 11, 2023 that may be closed by this pull request
@novikov82 novikov82 merged commit a051f5c into master Sep 11, 2023
12 checks passed
@novikov82 novikov82 deleted the issue/6877-Mobile-Do-not-use-min-size-for-mobiles branch September 11, 2023 14:35
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

Successfully merging this pull request may close these issues.

Questions overflow a survey container on small screens Mobile: Do not use min size for mobiles
2 participants