diff --git a/pages/fdo/show/[prefix]/sandbox.tsx b/pages/fdo/show/[prefix]/sandbox.tsx
index ba5f75489b2d5aee969d0adcbab315c0cd86000f..da1b5cfa9e5f91416e06c317c79541a7883f37bc 100644
--- a/pages/fdo/show/[prefix]/sandbox.tsx
+++ b/pages/fdo/show/[prefix]/sandbox.tsx
@@ -72,7 +72,7 @@ const ShowFDO = () => {
       <div>
         <Stack
         direction="row"
-        divider={<Divider orientation="vertical" flexItem />}
+        //divider={<Divider orientation="vertical" flexItem />}
         spacing={2}
         >
 
diff --git a/src/components/fdos/details.tsx b/src/components/fdos/details.tsx
index b0295a1855b0465d581fc6a09e85ca7f12d80d49..6f8e72e5d2786789162f96e023653582a9bcd6e5 100644
--- a/src/components/fdos/details.tsx
+++ b/src/components/fdos/details.tsx
@@ -40,12 +40,12 @@ function createData (
 }
 
 const rows = [
-  createData('Repository', 'LinkAhead', 'xx'),
-  createData('Dataspace', 'RWTH', 'xx'),
-  createData('Technology', 'EDC', 'xx'),
-  createData('Type', 'CETTS', 'xx'),
-  createData('Displayname', 'DE23-xy45', 'xx'),
-  createData('Desription', 'Info', 'xx')
+  createData('Repository:', 'LinkAhead', 'xx'),
+  createData('Dataspace:', 'RWTH', 'xx'),
+  createData('Technology:', 'EDC', 'xx'),
+  createData('Type:', 'CETTS', 'xx'),
+  createData('Displayname:', 'DE23-xy45', 'xx'),
+  createData('Desription:', 'Info', 'xx') 
 ]
 
 export default function CustomizedTables () {