mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 20:07:37 -02:30
Fixed bug where a preview with a description was pushing the input element way off to the right
This commit is contained in:
@@ -210,3 +210,6 @@
|
|||||||
background-color: #EEEEEE!important;
|
background-color: #EEEEEE!important;
|
||||||
cursor: not-allowed!important;
|
cursor: not-allowed!important;
|
||||||
}
|
}
|
||||||
|
.SurveyMaker-previewDescription {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div ng-if="question.question_description" class="col-xs-12 description">
|
<div ng-if="question.question_description" class="SurveyMaker-previewDescription">
|
||||||
<i>{{question.question_description}}</i>
|
<i>{{question.question_description}}</i>
|
||||||
</div>
|
</div>
|
||||||
<div class="SurveyMaker-previewInputRow">
|
<div class="SurveyMaker-previewInputRow">
|
||||||
|
|||||||
Reference in New Issue
Block a user