From 9f7d1e53b258ab87ee298f13e7ddfc39c5b388dd Mon Sep 17 00:00:00 2001 From: Mikko Koski Date: Fri, 24 Mar 2017 17:24:54 +0200 Subject: [PATCH] Improve PageLayout --- src/components/PageLayout/PageLayout.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/PageLayout/PageLayout.css b/src/components/PageLayout/PageLayout.css index 5339d850..47edd4c3 100644 --- a/src/components/PageLayout/PageLayout.css +++ b/src/components/PageLayout/PageLayout.css @@ -6,5 +6,7 @@ } .content { - flex-grow: 1; + display: flex; + flex-direction: column; + flex: 1; }