check
This commit is contained in:
@@ -23,6 +23,12 @@ class ModulePage extends StatelessWidget {
|
||||
return SingleChildScrollView(
|
||||
padding: EdgeInsets.all(padding),
|
||||
child: Column(
|
||||
// Top-left is the resting position for every module. Both are spelled
|
||||
// out rather than left to the defaults, because a Column's default
|
||||
// cross-axis is centre — which is what had short pages drifting to the
|
||||
// middle instead of starting at the left edge.
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||
children: children,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user