mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-01 03:47:36 -05:00
improvement: style tweaks
This commit is contained in:
@@ -66,7 +66,7 @@ class CommentItem extends StatelessWidget {
|
||||
),
|
||||
]),
|
||||
SizedBox(height: 12),
|
||||
MarkdownView(payload['body'] as String),
|
||||
MarkdownView(payload['body'] as String), // TODO: link
|
||||
SizedBox(height: 12),
|
||||
Wrap(
|
||||
crossAxisAlignment: WrapCrossAlignment.center,
|
||||
|
||||
Reference in New Issue
Block a user