From a1b5beb9596357cb6942ed13bffc3f286d9b6c44 Mon Sep 17 00:00:00 2001
From: Tamara Steinwender <tamara.steinwender@tugraz.at>
Date: Tue, 20 Jul 2021 10:53:50 +0200
Subject: [PATCH] Adapot table column width in file-handling

---
 packages/file-handling/src/clipboard.js             | 2 +-
 packages/file-handling/src/nextcloud-file-picker.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/file-handling/src/clipboard.js b/packages/file-handling/src/clipboard.js
index 14c51912..c305612d 100644
--- a/packages/file-handling/src/clipboard.js
+++ b/packages/file-handling/src/clipboard.js
@@ -181,7 +181,7 @@ export class Clipboard extends ScopedElementsMixin(AdapterLitElement) {
                         title: i18n.t("clipboard.file-type"),
                         responsive: 2,
                         widthGrow: 1,
-                        minWidth: 35,
+                        minWidth: 58,
                         field: "type",
                         formatter: (cell, formatterParams, onRendered) => {
                             if (typeof cell.getValue() === 'undefined') {
diff --git a/packages/file-handling/src/nextcloud-file-picker.js b/packages/file-handling/src/nextcloud-file-picker.js
index b95a30d0..2fc9a4e3 100644
--- a/packages/file-handling/src/nextcloud-file-picker.js
+++ b/packages/file-handling/src/nextcloud-file-picker.js
@@ -201,7 +201,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
                         title: i18n.t('nextcloud-file-picker.mime-type'),
                         responsive: 2,
                         widthGrow: 1,
-                        minWidth: 35,
+                        minWidth: 58,
                         field: "mime",
                         formatter: (cell, formatterParams, onRendered) => {
                             if (typeof cell.getValue() === 'undefined') {
-- 
GitLab