forked from Henry-Hiles/nexus
Fix newlines in codeblocks
This commit is contained in:
parent
37aa01db38
commit
6cb121c46a
3 changed files with 13 additions and 5 deletions
|
|
@ -41,6 +41,7 @@ class CodeBlock extends StatelessWidget {
|
|||
padding: EdgeInsets.all(8),
|
||||
child: SelectableText(
|
||||
code,
|
||||
maxLines: 99,
|
||||
style: TextStyle(fontFamily: "monospace"),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue