Skip to content

Commit 33c8d87

Browse files
authored
Add 20px to min width of experiments column (#3650)
1 parent 6221626 commit 33c8d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webview/src/experiments/components/Experiments.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ const getDefaultColumnWithIndicatorsPlaceHolder = () =>
6767
},
6868
header: ExperimentHeader,
6969
id: EXPERIMENT_COLUMN_ID,
70-
minSize: 215,
71-
size: 215
70+
minSize: 235,
71+
size: 235
7272
})
7373

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

0 commit comments

Comments
 (0)