Skip to content

Commit

Permalink
fix(context): remove fixed width on ContextMenu use auto instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 18, 2021
1 parent 8ef58c6 commit 403679b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/common/src/global-grid-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export const GlobalGridOptions: GridOption = {
iconExportCsvCommand: 'fa fa-download mdi mdi-download',
iconExportExcelCommand: 'fa fa-file-excel-o mdi mdi-file-excel-outline',
iconExportTextDelimitedCommand: 'fa fa-download mdi mdi-download',
width: 200,
},
customFooterOptions: {
dateFormat: 'YYYY-MM-DD, hh:mm a',
Expand Down

0 comments on commit 403679b

Please sign in to comment.