fix: replace maxWidth in multiple choice activity (#1426)
This commit is contained in:
parent
8fd63be5be
commit
f672996fb1
1 changed files with 2 additions and 2 deletions
|
|
@ -259,8 +259,8 @@ class MultipleChoiceActivityState extends State<MultipleChoiceActivity> {
|
|||
return practiceActivity.activityType == ActivityTypeEnum.hiddenWordListening
|
||||
? ConstrainedBox(
|
||||
constraints: const BoxConstraints(
|
||||
// Not sure why this was set
|
||||
// maxWidth: AppConfig.toolbarMinWidth,
|
||||
// see https://github.com/pangeachat/client/issues/1422
|
||||
maxWidth: AppConfig.toolbarMinWidth,
|
||||
maxHeight: AppConfig.toolbarMaxHeight,
|
||||
),
|
||||
child: SingleChildScrollView(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue