Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix(compose): change textarea font to monospace
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Jul 25, 2019
1 parent 66aec9c commit 2cc2634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnes/resources/compose/gnes-board.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@


<div class="form-group">
<textarea name="yaml-config" class="form-control" id="simple-yaml-config" rows="15"
placeholder="your YAML config here" required autofocus>
<textarea name="yaml-config" class="form-control" id="simple-yaml-config" rows="20"
placeholder="your YAML config here" required autofocus style="font-family: monospace, monospace">
{{gnes-yaml}}
</textarea>
</div>
Expand Down

0 comments on commit 2cc2634

Please sign in to comment.