mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-16 01:32:57 +02:00
Upgrade Tailwind to v4 (#491)
This commit is contained in:
@@ -61,7 +61,7 @@ export function showErrorToast<T>({
|
||||
message: (
|
||||
<div className="w-full">
|
||||
<h2 className="text-lg font-bold mb-2">{title}</h2>
|
||||
<div className="whitespace-pre-wrap break-words">{String(message)}</div>
|
||||
<div className="whitespace-pre-wrap wrap-break-word">{String(message)}</div>
|
||||
</div>
|
||||
),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user