Skip to content

Commit

Permalink
estilo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jajajaby committed Dec 7, 2018
1 parent 6d54231 commit c83d5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/admin/global-message/global-message.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h3 class="card-title">Nuevo mensaje</h3>
</div>

<div class="form-group">
<textarea class="textarea_editor form-control" rows="15" placeholder="Cuerpo del mensaje..."
<textarea class="textarea_editor form-control" rows="15" placeholder="Cuerpo del mensaje..." style="height: 250px;"
formControlName="body"></textarea>
</div>

Expand Down

0 comments on commit c83d5ef

Please sign in to comment.