We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e503603 commit 10a4d07Copy full SHA for 10a4d07
app/lib/widgets/markdown_field.dart
@@ -137,6 +137,8 @@ class MarkdownText extends StatelessWidget {
137
config: MarkdownConfig(
138
configs: [LinkConfig()],
139
),
140
+ shrinkWrap: true,
141
+ physics: const NeverScrollableScrollPhysics(),
142
markdownGenerator: MarkdownGenerator(
143
extensionSet: md.ExtensionSet(
144
md.ExtensionSet.gitHubFlavored.blockSyntaxes,
0 commit comments