1
0

Fix delete buttons in forms

This commit is contained in:
kolaente
2021-01-16 22:46:02 +01:00
parent aa5d0d437d
commit 3f81f2837a
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>