Skip to content

Commit

Permalink
style: allow to display large rancher errors
Browse files Browse the repository at this point in the history
  • Loading branch information
catz committed Jun 5, 2024
1 parent b0cef80 commit f6fc1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/toast/BuiToastDescription.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const props = defineProps<ToastDescriptionProps & { class?: string }>()
</script>

<template>
<ToastDescription :class="cn('text-sm opacity-90', props.class)" v-bind="props">
<ToastDescription :class="cn('overflow-auto text-sm opacity-90', props.class)" v-bind="props">
<slot />
</ToastDescription>
</template>

0 comments on commit f6fc1e1

Please sign in to comment.