diff --git a/web-app/src/containers/ThreadContent.tsx b/web-app/src/containers/ThreadContent.tsx index 3089a3014..711543868 100644 --- a/web-app/src/containers/ThreadContent.tsx +++ b/web-app/src/containers/ThreadContent.tsx @@ -358,7 +358,7 @@ export const ThreadContent = memo( backgroundColor: 'transparent', height: '100%', }} - className="w-full h-full" + className="w-full h-full !text-sm" /> diff --git a/web-app/src/containers/dialogs/EditJsonMCPserver.tsx b/web-app/src/containers/dialogs/EditJsonMCPserver.tsx index d825217f5..1720868df 100644 --- a/web-app/src/containers/dialogs/EditJsonMCPserver.tsx +++ b/web-app/src/containers/dialogs/EditJsonMCPserver.tsx @@ -73,7 +73,7 @@ export default function EditJsonMCPserver({ fontFamily: 'ui-monospace', backgroundColor: 'transparent', }} - className="w-full " + className="w-full !text-sm " /> {error &&