Skip to content

Commit 359998a

Browse files
committed
chore(checkpoint): add overflow-hidden class to prevent content overflow
1 parent b4a106c commit 359998a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/elements/src/checkpoint/Checkpoint.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const props = defineProps<{
1010

1111
<template>
1212
<div
13-
:class="cn('flex items-center gap-0.5 text-muted-foreground', props.class)"
13+
:class="cn('flex items-center gap-0.5 text-muted-foreground overflow-hidden', props.class)"
1414
v-bind="$attrs"
1515
>
1616
<slot />

0 commit comments

Comments
 (0)