Minor alignment changes

This commit is contained in:
2024-12-02 17:55:08 +01:00
parent 7a1bbfe365
commit 06da803497
3 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ class ContentListTile extends StatelessWidget {
@override
Widget build(BuildContext context) {
return ListTile(
contentPadding: const EdgeInsets.all(0),
title: Row(
children: [
if (name != null) Text(name!),