1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

Give the question portion of survey-maker a minimum height so that the type dropdown has enough space and doesn't result in double scrolling.

This commit is contained in:
Michael Abashian 2016-05-23 14:05:52 -04:00
parent ffc7364097
commit 7a6c5f3c87
2 changed files with 2 additions and 2 deletions

View File

@ -58,6 +58,7 @@
.SurveyMaker-content {
display: flex;
margin-top: 25px;
min-height: 560px;
}
.SurveyMaker-questionPanel {
display: flex;

View File

@ -36,8 +36,7 @@
<div id="survey_maker_question_form"></div>
</div>
<div class="SurveyMaker-separatorPanel">
<div class="SurveyMaker-contentSeparator">
</div>
<div class="SurveyMaker-contentSeparator"></div>
</div>
<div class="SurveyMaker-previewPanel">
<div style="display: flex; flex-direction: column; width: 100%;">