From 40915ad74140b7f42f18af6f4bec69fffd86a510 Mon Sep 17 00:00:00 2001 From: Son Nguyen Kim Date: Sat, 21 Aug 2021 16:18:01 +0200 Subject: [PATCH] make alias description font smaller --- app/dashboard/templates/dashboard/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index 2d3c0ac4..6cc04271 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -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 "" }}