chore: Follow up code blocks
This commit is contained in:
parent
e7e3b7881e
commit
39df020cc4
1 changed files with 4 additions and 1 deletions
|
|
@ -280,7 +280,10 @@ class HtmlMessage extends StatelessWidget {
|
||||||
horizontal: 8,
|
horizontal: 8,
|
||||||
vertical: isInline ? 0 : 8,
|
vertical: isInline ? 0 : 8,
|
||||||
),
|
),
|
||||||
textStyle: TextStyle(fontSize: fontSize),
|
textStyle: TextStyle(
|
||||||
|
fontSize: fontSize,
|
||||||
|
fontFamily: 'UbuntuMono',
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue