Update index.html

This commit is contained in:
mthcht
2024-09-05 11:12:44 +02:00
parent bc0c50d1d0
commit 4b2b21a6e7
+1 -1
View File
@@ -224,7 +224,7 @@
return { ...column, width: 200 }; // Custom width for this specific column
}
if (column.data === 'metadata_keyword_regex') {
return { ...column, width: 100 }; // Custom width for this specific column
return { ...column, width: 110 }; // Custom width for this specific column
}
if (column.data === 'metadata_keyword_type') {
return { ...column, width: 150 }; // Custom width for this specific column