Skip to content

Commit d61e10b

Browse files
committed
fix(ui): remove duplicated whitespace classes in base tooltip
1 parent af265e2 commit d61e10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Tooltip/Base.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const { floatingStyles } = useFloating(triggerRef, tooltipRef, {
4040
<div
4141
v-if="props.isVisible"
4242
ref="tooltipRef"
43-
class="px-2 py-1 font-mono text-xs text-fg bg-bg-elevated border border-border rounded shadow-lg whitespace-nowrap z-[100] pointer-events-none whitespace-pre-line"
43+
class="px-2 py-1 font-mono text-xs text-fg bg-bg-elevated border border-border rounded shadow-lg whitespace-pre-line z-[100] pointer-events-none"
4444
:style="floatingStyles"
4545
v-bind="tooltipAttr"
4646
>

0 commit comments

Comments
 (0)