Skip to content

Commit

Permalink
Add 20px to min width of experiments column (#3650)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon authored Apr 6, 2023
1 parent 6221626 commit 33c8d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webview/src/experiments/components/Experiments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ const getDefaultColumnWithIndicatorsPlaceHolder = () =>
},
header: ExperimentHeader,
id: EXPERIMENT_COLUMN_ID,
minSize: 215,
size: 215
minSize: 235,
size: 235
})

const getColumns = (columns: Column[]) => {
Expand Down

0 comments on commit 33c8d87

Please sign in to comment.