From be1e2f5ee2a4b07006765111cc290fb64795cf32 Mon Sep 17 00:00:00 2001 From: Ajit Mehrotra Date: Tue, 9 Dec 2025 14:25:37 -0500 Subject: [PATCH] fix(notifications): add elipses to long single-word toast titles --- web/app.config.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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