diff --git a/src/lib-components/BaseCalendar.vue b/src/lib-components/BaseCalendar.vue index e565cdff5..be7d8e9df 100644 --- a/src/lib-components/BaseCalendar.vue +++ b/src/lib-components/BaseCalendar.vue @@ -180,7 +180,7 @@ const classes = computed(() => { offset="10" opacity="0" > - +
{ display: flex; justify-content: left; gap: 16px; - - .block-tag .label { - padding-left: 10px - } } } diff --git a/src/styles/default/_base-calendar.scss b/src/styles/default/_base-calendar.scss index 82361072a..188005cf9 100644 --- a/src/styles/default/_base-calendar.scss +++ b/src/styles/default/_base-calendar.scss @@ -21,7 +21,6 @@ } .v-calendar-header__title { - // @include h3; // ? font-size: 40px; font-weight: 800; color: $heading-grey;