mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
fix(notifications): add elipses to long single-word toast titles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user