File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2121
2222 <div class =" ms-3 text-sm font-normal max-w-xs pr-2" v-if =" toast.messageHtml" v-html =" toast.messageHtml" ></div >
2323 <div class =" ms-3 text-sm font-normal max-w-xs pr-2" v-else >
24- <div class =" flex flex-col items-center justify-center break-all max-h-screen overflow-hidden " >
24+ <div class =" flex flex-col items-center justify-center break-all overflow-hidden [display:-webkit-box] [-webkit-box-orient:vertical] [-webkit-line-clamp:70] " >
2525 {{toast.message}}
2626 <div v-if =" toast.buttons" class =" flex justify-center mt-2 gap-2" >
2727 <div v-for =" button in toast.buttons" class =" af-toast-button rounded-md bg-lightButtonsBackground hover:bg-lightButtonsHover text-lightButtonsText dark:bg-darkPrimary dark:hover:bg-darkButtonsBackground dark:text-darkButtonsText" >
You can’t perform that action at this time.
0 commit comments