Merge branch 'accounting' into dev
Build Docker Image / Docker-Build (push) Successful in 2m15s
Build Docker Image / Clean-Registry (push) Successful in -18s

This commit is contained in:
2026-04-15 18:16:37 +02:00
2 changed files with 11 additions and 1 deletions
@@ -86,7 +86,7 @@
{/each}
<th>{t('other party')}</th>
<th>{t('purpose')}</th>
<th>{t('tags')}</th>
<!-- <th>{t('tags')}</th> -->
</tr>
</thead>
<tbody>
@@ -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;