Skip to content

Commit 5cb9059

Browse files
feat(multiple-choice): set maxImageWidth for choices to 900 PD-3249
1 parent 4692b46 commit 5cb9059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/multiple-choice/configure/src/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default {
9595
teacherInstructions: 300,
9696
prompt: 300,
9797
rationale: 636,
98-
choices: 500,
98+
choices: 900,
9999
},
100100
maxImageHeight: {
101101
teacherInstructions: 300,

0 commit comments

Comments
 (0)