File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ function ErrorMessage(props: { message: string }): h.JSX.Element | null {
17
17
18
18
return (
19
19
// <div className="absolute wcg-bottom-0 wcg-right-1 dark:wcg-text-white wcg-bg-red-500 wcg-p-4 wcg-rounded-lg wcg-mb-4 wcg-mr-4 wcg-text-sm">
20
- < div role = "alert" className = "absolute bottom-0 right-1 dark:text-white bg-red-500 p-4 rounded-lg mb-4 mr-4 text-sm" >
20
+ < div role = "alert" className = "absolute bottom-0 right-1 dark:text-white bg-red-500 p-4 rounded-lg mb-4 mr-4 text-sm max-w-sm " >
21
21
< b > An error occurred</ b > < br />
22
22
{ props . message } < br /> < br />
23
- Please Check the console for more details. (Ctrl+Shift+J)
23
+ You can check the console for more details. (Ctrl+Shift+J)
24
24
</ div >
25
25
)
26
26
}
You can’t perform that action at this time.
0 commit comments