Closed IgorKha closed 4 months ago
this not work: https://github.com/nuxt-ui-pro/dashboard/blob/f94a5ff02a11ed27793136becc5e28dce45ad66a/components/UserDropdown.vue#L86
but this work it:
<template #account> <div class="truncate text-left"> <p> Signed in as </p> <p class="truncate font-medium text-gray-900 dark:text-white"> ben@nuxtlabs.com </p> </div> </template>
You can try setting min-w-0 instead of truncate on the wrapper div.
min-w-0
truncate
this not work: https://github.com/nuxt-ui-pro/dashboard/blob/f94a5ff02a11ed27793136becc5e28dce45ad66a/components/UserDropdown.vue#L86
but this work it: