use standard text style for textareas

This commit is contained in:
Johannes Millan 2017-01-12 11:36:33 +01:00
parent 9d20c1d94e
commit 0a45014d95

View file

@ -125,6 +125,7 @@
ng-if="task.showNotes===true">
<label class="md-caption">Notes</label>
<textarea ng-model="task.notes"
class="md-body-1"
rows="5"
md-auto-focus
md-select-on-focus></textarea>