We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a905deb commit ea69facCopy full SHA for ea69fac
1 file changed
website/routes/CommonFeatures.tsx
@@ -96,7 +96,6 @@ function getColumns(
96
{
97
key: 'title',
98
name: 'Task',
99
- maxWidth: 500,
100
frozen: true,
101
renderEditCell: textEditor,
102
renderSummaryCell({ row }) {
@@ -118,7 +117,7 @@ function getColumns(
118
117
119
key: 'country',
120
name: 'Country',
121
- maxWidth: 100,
+ maxWidth: 150,
122
renderEditCell: (p) => (
123
<select
124
autoFocus
0 commit comments