From 4b7561a75ef8cd5996a0e4b9164baa55e908755c Mon Sep 17 00:00:00 2001 From: lukebarnard Date: Wed, 7 Feb 2018 17:40:00 +0000 Subject: [PATCH] Fix long group name pushing settings cog into void --- .../vector/css/matrix-react-sdk/structures/_GroupView.scss | 2 ++ 1 file changed, 2 insertions(+) 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 300728d274..68b2ba298f 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss @@ -90,6 +90,8 @@ limitations under the License. .mx_GroupView_header_leftCol { flex: 1; + + overflow: hidden; } .mx_GroupView_header_rightCol {