Fixed extension form panel layout
This commit is contained in:
parent
1380cc9f36
commit
2b8df04e4d
2 changed files with 2 additions and 2 deletions
|
|
@ -120,7 +120,7 @@
|
|||
<div
|
||||
v-for="form in plugin.forms"
|
||||
:key="`${form.route}/${form.name}`.replace(/\s+/g, '-').toLowerCase()"
|
||||
class="uk-flex uk-flex-column"
|
||||
class="uk-height-1-1 uk-width-1-1"
|
||||
>
|
||||
<extensionContent
|
||||
:name="form.name"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
<div class="uk-padding-small">
|
||||
<div class="uk-flex">
|
||||
<div class="uk-text-bold uk-text-uppercase uk-width-expand">
|
||||
{{ name }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue