+
@@ -64,6 +64,10 @@ const props = defineProps({
type: String,
default: 'left',
},
+ labelClass: {
+ type: [String, Object, Array],
+ default: '',
+ },
})
const hide = ref(props.hideLabel)
diff --git a/frontend/src/pages/Contact.vue b/frontend/src/pages/Contact.vue
index 418bfc46..7b7ea3b5 100644
--- a/frontend/src/pages/Contact.vue
+++ b/frontend/src/pages/Contact.vue
@@ -127,7 +127,11 @@
class="flex flex-col p-3"
:class="{ 'border-b': i !== fieldsLayout.data.length - 1 }"
>
-
+