minor fix to adding to badge

pull/7899/head
Peer Richelsen 2023-03-23 13:07:11 +01:00
parent f6d7568d0a
commit fe0745121b
1 changed files with 3 additions and 1 deletions

View File

@ -75,7 +75,9 @@ export function CalendarSwitch(props: {
/>
{props.defaultSelected && (
<Badge variant="gray">
<FiArrowLeft className="mr-1" /> {t("adding_events_to")}
<div className="flex">
<FiArrowLeft className="mr-1" /> {t("adding_events_to")}
</div>
</Badge>
)}
</div>