1
0
mirror of https://github.com/GitJournal/GitJournal.git synced 2025-07-07 16:24:47 +08:00

Create Repo: Reduce left padding

Thre was just too much.
This commit is contained in:
Vishesh Handa
2020-11-13 15:19:23 +01:00
parent ba844282a6
commit d5148dba6f

@ -228,7 +228,10 @@ class GitHostSetupRepoSelectorState extends State<GitHostSetupRepoSelector> {
return ListTile(
leading: const Icon(Icons.add),
title: Text(tr('setup.repoSelector.create', args: [fullRepoName])),
title: Align(
child: Text(tr('setup.repoSelector.create', args: [fullRepoName])),
alignment: const Alignment(-1.3, 0),
),
contentPadding: const EdgeInsets.all(0.0),
onTap: () {
setState(() {