From 0b3a9baa44b8977aa8794e1089715847241f58b1 Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Tue, 21 Jul 2015 15:59:11 -0700
Subject: [PATCH] fix CSS on firefox with copious application of black magic.
 the same trick might help the vertical height problem on chrome which was
 worked around by turning RoomView into a dummy flexbox

---
 skins/base/css/organisms/RoomView.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/skins/base/css/organisms/RoomView.css b/skins/base/css/organisms/RoomView.css
index ceb8a068..f860b23e 100644
--- a/skins/base/css/organisms/RoomView.css
+++ b/skins/base/css/organisms/RoomView.css
@@ -64,7 +64,7 @@ limitations under the License.
     order: 3;
 
     width: 100%;
-    flex: 1;
+    flex: 1 1 0;
     margin-top: 18px;
     margin-bottom: 18px;