Minor alignment changes
This commit is contained in:
@@ -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!),
|
||||
|
||||
Reference in New Issue
Block a user