Fixed extension form panel layout

This commit is contained in:
Joel Collins 2020-03-16 16:41:39 +00:00
parent 1380cc9f36
commit 2b8df04e4d
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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 }}