diff --git a/frontend/src/components/DataEditField.vue b/frontend/src/components/DataEditField.vue
index 301e3e6eafa8ca7666e919fdd4d3dd33e1966879..d3acb7c874654823403256b9c09e45b891bd5a70 100644
--- a/frontend/src/components/DataEditField.vue
+++ b/frontend/src/components/DataEditField.vue
@@ -1,7 +1,8 @@
 <template>
   <div v-if="object_attribute">
     <b-form-group
-      :title="`${object_attribute.description_detail}\n\nName: ${attribute_name}\nReference: ${attribute_reference_name}\nReferencing: ${attribute_referencing}`"
+      :title="`Name: ${attribute_name}\nReference: ${attribute_reference_name}\nReferencing: ${attribute_referencing}`"
+      :description="object_attribute.description_detail"
       :label="object_attribute.description_sys_scope">
       <b-form-input :value="attribute_preset || ''"
                     v-if="(input_reducer === null || input_reducer instanceof Boolean) && (object_attribute.data_type.includes('integer'))"
@@ -12,7 +13,8 @@
         v-else-if="object_attribute.data_type==='timestamp_tz'">
         <b-row>
           <b-col>
-            <b-form-datepicker label-reset-button="Datum entfernen" :reset-value="null" reset-button @input="composeDate()" v-model="date_picker"
+            <b-form-datepicker label-reset-button="Datum entfernen" :reset-value="null" reset-button
+                               @input="composeDate()" v-model="date_picker"
                                locale="de"></b-form-datepicker>
           </b-col>
           <b-col>