diff --git a/lib/widgets/commit_item.dart b/lib/widgets/commit_item.dart index 1427e7a..86b2d08 100644 --- a/lib/widgets/commit_item.dart +++ b/lib/widgets/commit_item.dart @@ -44,9 +44,10 @@ class CommitItem extends StatelessWidget { color: theme.palette.text, ), overflow: TextOverflow.ellipsis, + maxLines: 1, ), SizedBox(height: 4), - Wrap( + Row( children: [ Text(author, style: TextStyle(fontSize: 15)), Text(