From 2effdfb840c04892fb1ab59763e2ca7f8a9ac50b Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Tue, 17 Oct 2017 11:56:51 +0100 Subject: [PATCH] CSS: GroupView headershould be at least 70px in height --- .../vector/css/matrix-react-sdk/structures/_GroupView.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss index 23a9f8bb1..8bc7eb830 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss @@ -30,7 +30,7 @@ limitations under the License. .mx_GroupView_header { max-width: 960px; - height: 70px; + min-height: 70px; align-items: center; display: flex; }