diff --git a/packages/multi-trait-rubric/configure/src/common.jsx b/packages/multi-trait-rubric/configure/src/common.jsx index 2e30569a9e..ecb3f3d9c9 100644 --- a/packages/multi-trait-rubric/configure/src/common.jsx +++ b/packages/multi-trait-rubric/configure/src/common.jsx @@ -204,6 +204,7 @@ export const ScorePoint = ({ languageCharactersProps={[{ language: 'spanish' }, { language: 'special' }]} mathMlOptions={mathMlOptions} imageSupport={imageSupport} + autoWidthToolbar /> ) : null} @@ -291,6 +292,7 @@ export const SimpleInput = ({ languageCharactersProps={[{ language: 'spanish' }, { language: 'special' }]} mathMlOptions={mathMlOptions} imageSupport={imageSupport} + autoWidthToolbar /> @@ -332,6 +334,7 @@ export const UnderlinedInput = ({ languageCharactersProps={[{ language: 'spanish' }, { language: 'special' }]} mathMlOptions={mathMlOptions} imageSupport={imageSupport} + autoWidthToolbar />