From c0f11fd3167c0dc2cc65cd86099b6226b5237ccf Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 28 Apr 2021 09:35:25 +0100 Subject: [PATCH] Fix communities spaces beta card layout --- res/css/structures/_MyGroups.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/css/structures/_MyGroups.scss b/res/css/structures/_MyGroups.scss index 1f84ccb9cf..6ecc5570f4 100644 --- a/res/css/structures/_MyGroups.scss +++ b/res/css/structures/_MyGroups.scss @@ -20,6 +20,7 @@ limitations under the License. .mx_BetaCard { margin: 0 40px; + max-width: 960px; } } @@ -34,7 +35,7 @@ limitations under the License. flex-wrap: wrap; } -.mx_MyGroups > :not(.mx_RoomHeader) { +.mx_MyGroups > :not(.mx_RoomHeader):not(.mx_BetaCard) { max-width: 960px; margin: 40px; }