fix(notifications): add elipses to long single-word toast titles

This commit is contained in:
Ajit Mehrotra
2025-12-09 14:25:37 -05:00
parent 67ac30787f
commit be1e2f5ee2

View File

@@ -43,7 +43,11 @@ export default {
//css theming/style-overrides for the toast component
// https://ui.nuxt.com/docs/components/toast#theme
toast: {},
toast: {
slots: {
title: 'truncate pr-6',
},
},
// Also, for toasts, BUT this is imported in the Root UApp in mount-engine.ts
// https://ui.nuxt.com/docs/components/toast#examples