diff --git a/packages/file-handling/src/clipboard.js b/packages/file-handling/src/clipboard.js
index 250e0b011a15fb7acc0c08c91fa1d476b72b1d22..fedc4d8e2973eaa84e9025d762e4311876c52b5f 100644
--- a/packages/file-handling/src/clipboard.js
+++ b/packages/file-handling/src/clipboard.js
@@ -864,6 +864,8 @@ export class Clipboard extends ScopedElementsMixin(AdapterLitElement) {
             ${commonStyles.getRadioAndCheckboxCss()}
             ${commonStyles.getTabulatorStyles()}
             ${fileHandlingStyles.getFileHandlingCss()}
+
+            
             a {
                 border-bottom: var(--dbp-border);
                 padding: 0;
diff --git a/packages/file-handling/src/styles.js b/packages/file-handling/src/styles.js
index be3972ba22af93ee7389be2aedc6328808fd942f..eae14667e411a581684da0a2c1a63cdfc7b93051 100644
--- a/packages/file-handling/src/styles.js
+++ b/packages/file-handling/src/styles.js
@@ -168,7 +168,15 @@ export function getFileHandlingCss() {
         .select-all-icon {
             height: 40px;
             position: absolute;
-            top: -34px;
+            top: -18px;
+        }
+
+
+        .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
+            padding-top: 4px;
+            padding-bottom: 4px;
+            font-weight: normal;
+            font-size: 1rem;
         }
         
         @media only screen and (orientation: portrait) and (max-width: 768px) {