Skip to content

Commit

Permalink
width
Browse files Browse the repository at this point in the history
  • Loading branch information
cancan101 committed Dec 19, 2024
1 parent 07fbd2c commit def580a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/pimcore/asset/helpers/grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ pimcore.asset.helpers.grid = Class.create({
} else if (key == "mimetype") {
gridColumns.push({
text: t(field.label), sortable: true, dataIndex: field.key, editable: false,
width: this.getColumnWidth(field, 250), locked: this.getColumnLock(field), filter: 'string', renderer: Ext.util.Format.htmlEncode
width: this.getColumnWidth(field, 210), locked: this.getColumnLock(field), filter: 'string', renderer: Ext.util.Format.htmlEncode
});
} else {
gridColumns.push({
Expand Down

0 comments on commit def580a

Please sign in to comment.