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:
parent
ffc7364097
commit
7a6c5f3c87
@ -58,6 +58,7 @@
|
||||
.SurveyMaker-content {
|
||||
display: flex;
|
||||
margin-top: 25px;
|
||||
min-height: 560px;
|
||||
}
|
||||
.SurveyMaker-questionPanel {
|
||||
display: flex;
|
||||
|
@ -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%;">
|
||||
|
Loading…
Reference in New Issue
Block a user