Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna <anna@nextcloud.com>2022-10-26 00:22:28 +0300
committerGitHub <noreply@github.com>2022-10-26 00:22:28 +0300
commit4cf25d061e34c9162f29fdb78ca3bac6850c9845 (patch)
treede97b5a9f8aca110de086aa007d47528aee4283d
parent5c4bafaabfd6c4fe2c4186e7123c56702559efac (diff)
parentf8aa0d1807beebae3d157f977c841d5314418c0c (diff)
Merge pull request #4564 from Jerome-Herbinet/patch-2
Fix : To correctly display the "free/busy" table legend
-rw-r--r--css/freebusy.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/css/freebusy.scss b/css/freebusy.scss
index 270ab06b..06ac3f1f 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;