Skip to content
Snippets Groups Projects
Verified Commit 48e7b63f authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix displaying of time in calendar events

parent 6c1c7534
No related branches found
No related tags found
1 merge request!1148Calendar events and iCal feeds
......@@ -12,9 +12,10 @@
v-if="
calendarType === 'month' && eventParsed.start.hasTime && !withoutTime
"
class="mr-1 font-weight-bold"
>{{ eventParsed.start.time }}</span
class="mr-1 font-weight-bold ml-1"
>
{{ eventParsed.start.time }}
</span>
</slot>
<slot name="icon" v-bind="$props">
<v-icon v-if="icon" x-small color="white" class="mx-1 left">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment