diff --git a/js/src/components/Event/DateCalendarIcon.vue b/js/src/components/Event/DateCalendarIcon.vue index fd1e8103b..6ddd2364e 100644 --- a/js/src/components/Event/DateCalendarIcon.vue +++ b/js/src/components/Event/DateCalendarIcon.vue @@ -67,7 +67,7 @@ div.datetime-container { overflow-y: hidden; overflow-x: hidden; align-items: stretch; - width: calc(55px * var(--small)); + width: calc(30px * var(--small)); box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); height: calc(55px * var(--small)); background: #fff;