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; }