mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-26 18:47:44 -05:00
[fix]: repo header text overflow (#56)
This commit is contained in:
committed by
GitHub
parent
5487fd265f
commit
805f065def
@@ -43,12 +43,15 @@ class RepoHeader extends StatelessWidget {
|
||||
linkUrl: avatarLink,
|
||||
),
|
||||
SizedBox(width: 8),
|
||||
Text(
|
||||
'$owner / $name',
|
||||
style: TextStyle(
|
||||
fontSize: 20,
|
||||
color: theme.palette.primary,
|
||||
),
|
||||
Expanded(
|
||||
child: Text(
|
||||
'$owner / $name',
|
||||
style: TextStyle(
|
||||
fontSize: 20,
|
||||
color: theme.palette.primary,
|
||||
),
|
||||
overflow: TextOverflow.visible,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user