Fixed bug where a preview with a description was pushing the input element way off to the right

This commit is contained in:
Michael Abashian 2016-04-08 14:57:58 -04:00
parent 0f2d924adb
commit 27879068f1
2 changed files with 4 additions and 1 deletions

View File

@ -210,3 +210,6 @@
background-color: #EEEEEE!important;
cursor: not-allowed!important;
}
.SurveyMaker-previewDescription {
margin-bottom: 5px;
}

View File

@ -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">