Skip to content

Commit 7e8d373

Browse files
committed
list-width
1 parent 6e255cc commit 7e8d373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stories/List/Desktop.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const columns: IColumn[] = [
2626
field: 'id',
2727
headerName: 'ID',
2828
secondary: true,
29-
width: 'max(calc(100vw - 650px), 200px)',
29+
width: 'max(calc(100vw - 665px), 200px)',
3030
},
3131
{
3232
type: ColumnType.Compute,

0 commit comments

Comments
 (0)