1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

removing uk-form-stacked

This commit is contained in:
Victoria Sloan 2020-09-01 21:46:59 +01:00
parent d615f3651f
commit 1a590e3e19
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@
<div class="actions">
<ErrorsBox {errors} />
<form on:submit|preventDefault class="uk-form-stacked">
<form on:submit|preventDefault>
{#each modelSchema as [key, meta]}
<div class="bb-margin-xl">
{#if meta.type === 'link'}

View file

@ -67,7 +67,7 @@
</button>
<div class="root">
<form on:submit|preventDefault class="uk-form-stacked form-root">
<form on:submit|preventDefault class="form-root">
{#each events as event, index}
{#if event.handlers.length > 0}
<div