removing uk-form-stacked
This commit is contained in:
parent
74037ae36f
commit
df733bd0d9
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
<div class="actions">
|
<div class="actions">
|
||||||
<ErrorsBox {errors} />
|
<ErrorsBox {errors} />
|
||||||
<form on:submit|preventDefault class="uk-form-stacked">
|
<form on:submit|preventDefault>
|
||||||
{#each modelSchema as [key, meta]}
|
{#each modelSchema as [key, meta]}
|
||||||
<div class="bb-margin-xl">
|
<div class="bb-margin-xl">
|
||||||
{#if meta.type === 'link'}
|
{#if meta.type === 'link'}
|
||||||
|
|
|
@ -67,7 +67,7 @@
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div class="root">
|
<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}
|
{#each events as event, index}
|
||||||
{#if event.handlers.length > 0}
|
{#if event.handlers.length > 0}
|
||||||
<div
|
<div
|
||||||
|
|
Loading…
Reference in New Issue