From 54aefe56019ed3038e947a23815806ba2d255b71 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 08:54:52 +0000 Subject: [PATCH 1/3] fix(ui): resolve text overflow in Copilot and EmptyScreen components Co-authored-by: ngoiyaeric <115367894+ngoiyaeric@users.noreply.github.com> --- components/copilot.tsx | 8 ++++---- components/empty-screen.tsx | 2 +- verification_mobile.png | Bin 0 -> 49787 bytes 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 verification_mobile.png diff --git a/components/copilot.tsx b/components/copilot.tsx index b62b37ed..996c67e2 100644 --- a/components/copilot.tsx +++ b/components/copilot.tsx @@ -98,7 +98,7 @@ export const Copilot: React.FC = ({ inquiry }: CopilotProps) => {
-
+
{`error: ${error}`}
@@ -114,7 +114,7 @@ export const Copilot: React.FC = ({ inquiry }: CopilotProps) => { return (
-
+
{updatedQuery()}
@@ -125,7 +125,7 @@ export const Copilot: React.FC = ({ inquiry }: CopilotProps) => { return (
-

+

{data?.question || value.question} @@ -146,7 +146,7 @@ export const Copilot: React.FC = ({ inquiry }: CopilotProps) => { } />