From a69463e7faa2da468e988cb80e94cef5fa211e8a Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 22 Oct 2018 15:57:56 +0200 Subject: [PATCH] clear height flexbox properties when collapsing so item doesn't maintain height given by resizing --- src/components/structures/RoomSubList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js index e00f0f2d03..6f187b7699 100644 --- a/src/components/structures/RoomSubList.js +++ b/src/components/structures/RoomSubList.js @@ -344,7 +344,7 @@ const RoomSubList = React.createClass({ "mx_RoomSubList_nonEmpty": len && !this.state.hidden, }); if (this.state.hidden) { - return
+ return
{this._getHeaderJsx()}
; } else {