From f801092fa2c5f922d490eee83fe3baf033b2a552 Mon Sep 17 00:00:00 2001
From: Tamara Steinwender <tamara.steinwender@tugraz.at>
Date: Mon, 12 Jul 2021 11:03:37 +0200
Subject: [PATCH] Fix a high bug in clipboard table for safari

---
 packages/file-handling/src/styles.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/packages/file-handling/src/styles.js b/packages/file-handling/src/styles.js
index ff348cc9..ddd1a049 100644
--- a/packages/file-handling/src/styles.js
+++ b/packages/file-handling/src/styles.js
@@ -241,6 +241,10 @@ export function getFileHandlingCss() {
         .tabulator-selected .tabulator-responsive-collapse-toggle-close{
             color: white;
         }
+        
+        .tabulator .tabulator-header .tabulator-col{
+            min-height: 37px !important;
+        }
 
         @media only screen
         and (orientation: portrait)
-- 
GitLab