mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-06 11:48:50 -05:00
fix: limit commit message to one line
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user