surveyjs / surveyjs_react_quickstart

SurveyJS + React Quickstart Template
http://surveyjs.io
140 stars 78 forks source link

The layout is weird with very wide window #15

Closed crokobit closed 5 years ago

crokobit commented 5 years ago

Are you requesting a feature, reporting a bug or asking a question?

Bug

What is the current behavior?

The layout is weird with width window. Titles will be gone and <div class="sv_custom_header"></div> would be on my SurveyJs component.

What is the expected behavior?

title should still exist and there should be no <div class="sv_custom_header"></div>

How would you reproduce the current behavior (if this is a bug)?

use https://github.com/surveyjs/surveyjs_react_quickstart to reproduce.

Provide the test code and the tested page URL (if applicable)

Specify your

original later
tsv2013 commented 5 years ago

This was caused by inconsistent style settings. Do you have any other issues?

crokobit commented 5 years ago

Fixed. None for now. Many Thanks :)