Skip to content

Commit 05d7e72

Browse files
committed
fix: all project heading alignment
1 parent 63a3313 commit 05d7e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/project_filter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class ProjectsColumn extends StatelessWidget {
9393
Padding(
9494
padding: const EdgeInsets.only(left: 10, right: 10, top: 10),
9595
child: Row(
96-
mainAxisAlignment: MainAxisAlignment.center,
96+
mainAxisAlignment: MainAxisAlignment.start,
9797
children: [
9898
Text(
9999
"All Projects",

0 commit comments

Comments
 (0)