adjust form

This commit is contained in:
Pete Matsyburka
2025-02-02 12:30:01 +02:00
parent 38efcb99c0
commit eb53af12c4
12 changed files with 25 additions and 25 deletions
@@ -1,12 +1,12 @@
<template>
<div dir="auto">
<div
class="flex justify-between items-center w-full"
class="flex justify-between items-end w-full mb-3.5 md:mb-4"
:class="{ 'mb-2': !field.description }"
>
<label
v-if="showFieldNames"
class="label text-lg sm:text-2xl"
class="label text-xl sm:text-2xl py-0"
>
<MarkdownContent
v-if="field.title"