Fix transition

This commit is contained in:
Gustavo Maximiliano Cortez 2016-11-16 11:35:34 -03:00
commit 2d0c4bdefa
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 1 additions and 3 deletions

View file

@ -28,9 +28,7 @@
}
.user-feedback {
border-top: 1px solid $subtle-gray;
padding: 20px;
width: 100%;
height: 6rem;
}
.send-feedback-star {
height: 1rem;

View file

@ -31,7 +31,7 @@
<div class="comment">
<span translate>{{comment}}</span>
</div>
<textarea class="user-feedback" ng-model="feedback.value" placeholder="Your ideas, feedback, or comments" autofocus></textarea>
<textarea class="user-feedback" ng-model="feedback.value" rows="5" placeholder="Your ideas, feedback, or comments" autofocus></textarea>
<button ng-disabled="!feedback.value" type="submit" class="button button-standard button-primary" ng-click="sendFeedback(feedback.value, false)" translate>
Send
</button>