mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -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:
parent
0f2d924adb
commit
27879068f1
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user