mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03: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;
|
||||
cursor: not-allowed!important;
|
||||
}
|
||||
.SurveyMaker-previewDescription {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
</label>
|
||||
</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>
|
||||
</div>
|
||||
<div class="SurveyMaker-previewInputRow">
|
||||
|
||||
Reference in New Issue
Block a user