mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
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:
@@ -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%;">
|
||||
|
||||
Reference in New Issue
Block a user