improve styling of Description section

This commit is contained in:
Hazelnoot 2025-05-29 21:08:19 -04:00
parent 9595997b93
commit b082797c69

View file

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