diff --git a/packages/file-handling/src/clipboard.js b/packages/file-handling/src/clipboard.js
index e7b758a3640ffa04cfab40ff1eb3ef2993417a14..b7d6ef295cd8989fe9b85cf615dacce2cddc2b1c 100644
--- a/packages/file-handling/src/clipboard.js
+++ b/packages/file-handling/src/clipboard.js
@@ -104,10 +104,11 @@ export class Clipboard extends ScopedElementsMixin(AdapterLitElement) {
                 selectable: true,
                 selectableRangeMode: "drag",
                 responsiveLayout:"collapse",
+                /*responsiveLayoutCollapseStartOpen:false,*/
                 resizableColumns: false,
                 placeholder: i18n.t("clipboard.no-data"),
                 columns: [
-                    {formatter:"responsiveCollapse", width:30, minWidth:30, align:"center", resizable:false, headerSort:false},
+                    {formatter:"responsiveCollapse", width:32, minWidth:32, align:"center", resizable:false, headerSort:false},
                     {
                         title: "",
                         field: "type",
@@ -766,6 +767,15 @@ export class Clipboard extends ScopedElementsMixin(AdapterLitElement) {
                 border: none;
             }
 
+            .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{
+                height: 32px;
+                width: 32px;
+                background-color: unset;
+                color: black;
+                font-size: 1.3em;
+                margin-top: -8px;
+            }
+
             @media only screen
             and (orientation: portrait)
             and (max-device-width: 765px) {