Skip to content

Commit

Permalink
fix: add rows attr to email confirmation email body textarea
Browse files Browse the repository at this point in the history
added rows attribute to email confirmation textarea to increase height to something reasonable for email
  • Loading branch information
r00dgirl committed Mar 16, 2021
1 parent 6cb4e98 commit 941b6bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,7 @@ <h2 class="modal-title">
class="input-custom input-medium"
ng-model="vm.field.autoReplyOptions.autoReplyMessage"
placeholder="Default email body"
rows="11"
></textarea>
</div>
</div>
Expand Down

0 comments on commit 941b6bf

Please sign in to comment.