case 4235

This commit is contained in:
2022-11-09 22:20:26 +00:00
parent bc34a9214d
commit 18cd33c1bc

View File

@@ -100,7 +100,7 @@
>
<template v-slot:event="{ event, timed, eventSummary }">
<div class="v-event-draggable">
<v-icon small :color="event.textColor" class="mr-1">{{
<v-icon small :color="event.textColor" class="mt-n3 mr-1">{{
iconForEvent(event.type)
}}</v-icon>
<!-- eslint-disable vue/no-v-html -->