diff --git a/packages/file-handling/src/clipboard.js b/packages/file-handling/src/clipboard.js
index 14c519125344a6459b472ef024ce3f2cdad5d316..c305612d78f594629def95c1892692ac3412d063 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 b95a30d0c9fe5b722e770b68f5f76d1b545af91d..2fc9a4e3f22d2805d9176437827fcc60c0203840 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') {