make alias description font smaller

This commit is contained in:
Son Nguyen Kim 2021-08-21 16:18:01 +02:00
parent 4b184998bc
commit 40915ad741
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@
id="note-{{ alias.id }}"
name="note"
class="form-control"
style="font-size: 12px"
rows="2"
placeholder="e.g. where the alias is used or why is it created">{{ alias.note or "" }}</textarea>
</div>