mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-05 21:07:58 +00:00
gui: Reduce height of textarea in ignores modal
Skip-check: authors GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4102
This commit is contained in:
parent
dd1f7a5ab7
commit
f689512a3f
@ -1,7 +1,7 @@
|
||||
<modal id="editIgnores" status="default" heading="{{'Ignore Patterns' | translate}}" large="yes" closeable="yes">
|
||||
<div class="modal-body">
|
||||
<p translate>Enter ignore patterns, one per line.</p>
|
||||
<textarea class="form-control" rows="15"></textarea>
|
||||
<textarea class="form-control" rows="5"></textarea>
|
||||
|
||||
<hr/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user