diff --git a/web/src/components/ToolCall.tsx b/web/src/components/ToolCall.tsx
index 540134adda..5db7410b20 100644
--- a/web/src/components/ToolCall.tsx
+++ b/web/src/components/ToolCall.tsx
@@ -186,7 +186,7 @@ function Section({
return (
diff --git a/web/src/pages/ChatPage.tsx b/web/src/pages/ChatPage.tsx
index 8ad788879a..d0b6a0f5de 100644
--- a/web/src/pages/ChatPage.tsx
+++ b/web/src/pages/ChatPage.tsx
@@ -820,6 +820,7 @@ export default function ChatPage({ isActive = true }: { isActive?: boolean }) {
aria-label="Copy last assistant response"
className={cn(
"absolute z-10",
+ "normal-case tracking-normal font-normal",
"rounded border border-current/30",
"bg-black/20 backdrop-blur-sm",
"opacity-70 hover:opacity-100 hover:border-current/60",