improve styling of Description section
This commit is contained in:
@@ -102,10 +102,8 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||||||
</MkFolder>
|
</MkFolder>
|
||||||
|
|
||||||
<FormSection v-if="instance.description">
|
<FormSection v-if="instance.description">
|
||||||
<MkKeyValue>
|
<template #label>{{ i18n.ts.description }}</template>
|
||||||
<template #key>{{ i18n.ts.description }}</template>
|
{{ instance.description }}
|
||||||
<template #value>{{ instance.description }}</template>
|
|
||||||
</MkKeyValue>
|
|
||||||
</FormSection>
|
</FormSection>
|
||||||
|
|
||||||
<FormSection v-if="iAmModerator">
|
<FormSection v-if="iAmModerator">
|
||||||
|
|||||||
Reference in New Issue
Block a user