diff --git a/frontend/src/routes/accounting/account.svelte b/frontend/src/routes/accounting/account.svelte
index 35a4ff9e..1b2824fa 100644
--- a/frontend/src/routes/accounting/account.svelte
+++ b/frontend/src/routes/accounting/account.svelte
@@ -86,7 +86,7 @@
{/each}
{t('other party')} |
{t('purpose')} |
- {t('tags')} |
+
diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css
index d260fffe..bd6f8ebc 100644
--- a/web/src/main/resources/web/css/default.css
+++ b/web/src/main/resources/web/css/default.css
@@ -355,6 +355,16 @@ textarea{
margin: 5px 0 5px auto;
}
+.taglist .tag.editor,
+.taglist .tag button{
+ display: none;
+}
+
+.taglist:hover .editor,
+.taglist:hover .tag button{
+ display: inherit;
+}
+
.taglist .editor > span{
display: inline-block;
min-width: 150px;