Commit 16305ad5 authored by Dragoș Tiselice's avatar Dragoș Tiselice Committed by GitHub

Fixed expansion panels demo alignment. (#6070)

The former horitzontal alignment in the expansion panels demo in
the Gallery was center instead of left. Fixes #6049.
parent d5b35885
......@@ -227,6 +227,7 @@ class _ExpansionPanelsDemoState extends State<ExpasionPanelsDemo> {
return new CollapsibleBody(
child: new Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[
new Row(
mainAxisSize: MainAxisSize.min,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment