improvement: style tweaks

This commit is contained in:
Rongjian Zhang
2020-01-12 15:44:07 +08:00
parent ac9e6bc6bd
commit 9669492203
6 changed files with 155 additions and 65 deletions

View File

@@ -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,