Commit 65d47af7 authored by Collin Jackson's avatar Collin Jackson

Fix layout of stocks row

parent c80f1c7c
......@@ -59,7 +59,9 @@ class StockRow extends Component {
child: new StockArrow(percentChange: stock.percentChange),
margin: const EdgeDims.only(right: 5.0)
),
new Flex(children, alignItems: FlexAlignItems.baseline)
new Flexible(
child: new Flex(children, alignItems: FlexAlignItems.baseline)
)
])
)
);
......
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