Fix delete buttons in forms

This commit is contained in:
kolaente 2021-01-16 22:46:02 +01:00
parent aa5d0d437d
commit 3f81f2837a
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
5 changed files with 51 additions and 34 deletions

View file

@ -74,7 +74,7 @@
</div>
<button @click="() => {sharable = s; showDeleteModal = true}"
class="button is-danger icon-only">
<span class="icon is-small">
<span class="icon">
<icon icon="trash-alt"/>
</span>
</button>