style: remove inline padding from button

This commit is contained in:
Arman
2022-08-11 12:20:56 +02:00
parent 98c4f1a4b0
commit 7a15dbe41e
@@ -429,8 +429,8 @@
{/each}
{/if}
</ul>
<Button
text
<button
class="button is-text u-padding-inline-0"
disabled={prefs?.length
? !prefs[prefs.length - 1][0] || !prefs[prefs.length - 1][1]
: true}
@@ -439,7 +439,7 @@
prefs = prefs;
}}>
<span class="icon-plus" aria-hidden="true" />
<span class="text"> Add preference </span></Button>
<span class="text"> Add preference </span></button>
</form>
</svelte:fragment>