+
{type === 'success' && }
{type === 'error' && }
{type === 'warning' && }
diff --git a/web/app/components/sentry-initor.tsx b/web/app/components/sentry-initor.tsx
index 8f31eb8969..76c17b0df5 100644
--- a/web/app/components/sentry-initor.tsx
+++ b/web/app/components/sentry-initor.tsx
@@ -17,7 +17,7 @@ const SentryInit = ({
type: 'warning',
message: t('common.offlineNotice'),
duration: 60000,
- className: 'fixed left-1/2 -translate-x-1/2',
+ className: 'fixed left-1/2 -translate-x-1/2 !w-[520px]',
})
}, [t])
useEffect(() => {