fix: limit commit message to one line

This commit is contained in:
Rongjian Zhang 2020-01-28 22:13:53 +08:00
parent 5d453ccbd5
commit 5f502ae29e
1 changed files with 2 additions and 1 deletions

View File

@ -44,9 +44,10 @@ class CommitItem extends StatelessWidget {
color: theme.palette.text,
),
overflow: TextOverflow.ellipsis,
maxLines: 1,
),
SizedBox(height: 4),
Wrap(
Row(
children: <Widget>[
Text(author, style: TextStyle(fontSize: 15)),
Text(