diff --git a/studio/frontend/src/components/ui/sonner.tsx b/studio/frontend/src/components/ui/sonner.tsx index 5bd3078761..0cae99ff2a 100644 --- a/studio/frontend/src/components/ui/sonner.tsx +++ b/studio/frontend/src/components/ui/sonner.tsx @@ -21,6 +21,7 @@ const Toaster = ({ ...props }: ToasterProps) => { -
- {label} - {Math.round(progress * 100)}% +
+
+ {label} + {Math.round(progress * 100)}%
diff --git a/studio/frontend/src/features/rag/components/ingestion-toast-stack.tsx b/studio/frontend/src/features/rag/components/ingestion-toast-stack.tsx index 0d89f20b09..570199fd42 100644 --- a/studio/frontend/src/features/rag/components/ingestion-toast-stack.tsx +++ b/studio/frontend/src/features/rag/components/ingestion-toast-stack.tsx @@ -55,7 +55,7 @@ export function IngestionToastStack() { if (visible.length === 0) return null; return ( -
+
{visible.map(([jobId, event]) => { const isTerminal = @@ -74,7 +74,7 @@ export function IngestionToastStack() { className="pointer-events-auto rounded-md border border-border bg-popover px-3 py-2 shadow-md" >
-
+
{isError ? "Ingestion failed" @@ -82,7 +82,7 @@ export function IngestionToastStack() { ? "Indexed" : "Indexing document"} - +