From f8aa0d1807beebae3d157f977c841d5314418c0c Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 30 Sep 2022 03:11:32 +0000 Subject: [PATCH] Updated squashed commits MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Miaulalala squash request Follow this URL : https://github.com/nextcloud/calendar/pull/4564#issuecomment-1286654429 Co-authored-by: Anna Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> --- css/freebusy.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/freebusy.scss b/css/freebusy.scss index 270ab06b0..06ac3f1f1 100644 --- a/css/freebusy.scss +++ b/css/freebusy.scss @@ -55,7 +55,6 @@ } .freebusy-caption { - display: flex; margin-top: 10px; &__calendar-user-types, @@ -65,12 +64,13 @@ } &__colors { - display: flex; - justify-content: space-between; - + width: 100%; + display:flex; + flex-wrap: wrap; .freebusy-caption-item { display: flex; align-items: center; + margin-right: 30px; &__color { height: 1em;