Skip to content

Commit 16a9737

Browse files
authored
Increase default width and decrease min width of experiments column (#3833)
1 parent 34fc358 commit 16a9737

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
@@ -64,8 +64,8 @@ const getDefaultColumn = () =>
6464
},
6565
header: ExperimentHeader,
6666
id: EXPERIMENT_COLUMN_ID,
67-
minSize: 235,
68-
size: 235
67+
minSize: 230,
68+
size: 240
6969
})
7070

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

0 commit comments

Comments
 (0)