mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 06:14:56 +00:00
added padding to space tree on community structure
This commit is contained in:
@ -22,7 +22,7 @@ class CommunityTile extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Padding(
|
||||
padding: const EdgeInsets.only(left: 16.0),
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
child: CustomExpansionTile(
|
||||
title: title,
|
||||
initiallyExpanded: isExpanded,
|
||||
|
||||
Reference in New Issue
Block a user