chore: Adds padding for activity message bubble

This commit is contained in:
iamsivin
2025-01-28 11:34:45 +05:30
parent 2500341278
commit 7bdc4d78b2
@@ -14,7 +14,7 @@ const readableTime = computed(() =>
<template>
<BaseBubble
v-tooltip.top="readableTime"
class="px-2 py-0.5 !rounded-full flex min-w-0 items-center gap-2"
class="px-2 py-1 !rounded-full flex min-w-0 items-center gap-2"
data-bubble-name="activity"
>
<span v-dompurify-html="content" :title="content" />