We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a106c commit 359998aCopy full SHA for 359998a
packages/elements/src/checkpoint/Checkpoint.vue
@@ -10,7 +10,7 @@ const props = defineProps<{
10
11
<template>
12
<div
13
- :class="cn('flex items-center gap-0.5 text-muted-foreground', props.class)"
+ :class="cn('flex items-center gap-0.5 text-muted-foreground overflow-hidden', props.class)"
14
v-bind="$attrs"
15
>
16
<slot />
0 commit comments