Fix newlines in codeblocks

This commit is contained in:
Henry Hiles 2026-02-11 10:44:19 -05:00
commit 6cb121c46a
No known key found for this signature in database
3 changed files with 13 additions and 5 deletions

View file

@ -41,6 +41,7 @@ class CodeBlock extends StatelessWidget {
padding: EdgeInsets.all(8),
child: SelectableText(
code,
maxLines: 99,
style: TextStyle(fontFamily: "monospace"),
),
),