From ccb2ab27f698a89b473ddadfd7261546121c4cd9 Mon Sep 17 00:00:00 2001 From: Hannu Lyytikainen Date: Tue, 30 Jan 2018 15:18:28 +0200 Subject: [PATCH] Use flex-grow insted of the flex notation --- .../EditListingFeaturesForm/EditListingFeaturesForm.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/containers/EditListingFeaturesForm/EditListingFeaturesForm.css b/src/containers/EditListingFeaturesForm/EditListingFeaturesForm.css index a5970e81..45240cb1 100644 --- a/src/containers/EditListingFeaturesForm/EditListingFeaturesForm.css +++ b/src/containers/EditListingFeaturesForm/EditListingFeaturesForm.css @@ -11,13 +11,15 @@ } .root { + /* Expand to available space */ + flex-grow: 1; + /* Dimensions */ width: 100%; height: auto; /* Layout */ display: flex; - flex: 1; flex-direction: column; @media (--viewportMedium) {