diff --git a/web/src/App.tsx b/web/src/App.tsx index f387c6c57..cc17b7bd6 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -388,7 +388,7 @@ function App() { return ( -
+
{isDesktop ? ( +
); } @@ -804,10 +804,10 @@ export const SessionsSidebar = memo(function SessionsSidebarComponent({ setSessionSearch(e.target.value)} - className="h-8 w-full rounded-md border border-input bg-background pl-8 pr-8 text-xs placeholder:text-muted-foreground focus:outline-none focus:ring-1 focus:ring-ring" + className="h-8 w-full rounded-md border border-input bg-background pl-8 pr-8 truncate text-xs placeholder:text-muted-foreground focus:outline-none focus:ring-1 focus:ring-ring" /> {sessionSearch && (