chore: Increase padding for code blocks
This commit is contained in:
parent
d8d0abf27c
commit
6836cab40e
1 changed files with 4 additions and 1 deletions
|
|
@ -391,7 +391,10 @@ class HtmlMessage extends StatelessWidget {
|
|||
controller: controller,
|
||||
scrollDirection: Axis.horizontal,
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(4.0),
|
||||
padding: const EdgeInsets.symmetric(
|
||||
horizontal: 8.0,
|
||||
vertical: 4.0,
|
||||
),
|
||||
child: Text.rich(
|
||||
TextSpan(
|
||||
children: [_renderCodeBlockNode(element)],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue