diff options
| -rw-r--r-- | data/templates/edit-file.htm | 2 | ||||
| -rw-r--r-- | www/phorkie.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/data/templates/edit-file.htm b/data/templates/edit-file.htm index b22314d..8203920 100644 --- a/data/templates/edit-file.htm +++ b/data/templates/edit-file.htm @@ -15,6 +15,6 @@ </select> </div> </div> - <textarea name="files[{{fileid}}][content]" id="content_{{fileid}}" cols="80" rows="10" class="content">{{file.getContent}}</textarea> + <textarea name="files[{{fileid}}][content]" id="content_{{fileid}}" cols="80" rows="15" class="content">{{file.getContent}}</textarea> </div> diff --git a/www/phorkie.css b/www/phorkie.css index 67c9297..a09aef1 100644 --- a/www/phorkie.css +++ b/www/phorkie.css @@ -49,6 +49,7 @@ ul.pager { form textarea.content { width: 100%; box-sizing: border-box; + font-family: monospace; } form .allwidth { box-sizing: border-box; |
