diff --git a/web/app.config.ts b/web/app.config.ts index 4b223de73..d5c367e68 100644 --- a/web/app.config.ts +++ b/web/app.config.ts @@ -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