diff --git a/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/ThoughtContainer/index.jsx b/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/ThoughtContainer/index.jsx
index 166b7c9ab405ced152a4928d85459e43f616d800..75f1d835ce4a3fefd23f398f16837f01284bdf6c 100644
--- a/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/ThoughtContainer/index.jsx
+++ b/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/ThoughtContainer/index.jsx
@@ -84,7 +84,7 @@ export const ThoughtChainComponent = forwardRef(
             <div className="flex-1 overflow-hidden">
               {!isExpanded && !autoExpand ? (
                 <span
-                  className="text-xs text-theme-text-secondary font-mono inline-block w-full"
+                  className="text-theme-text-secondary font-mono inline-block w-full"
                   dangerouslySetInnerHTML={{
                     __html: DOMPurify.sanitize(
                       truncate(tagStrippedContent, THOUGHT_PREVIEW_LENGTH)
@@ -93,7 +93,7 @@ export const ThoughtChainComponent = forwardRef(
                 />
               ) : (
                 <span
-                  className="text-xs text-theme-text-secondary font-mono inline-block w-full"
+                  className="text-theme-text-secondary font-mono inline-block w-full"
                   dangerouslySetInnerHTML={{
                     __html: DOMPurify.sanitize(
                       renderMarkdown(tagStrippedContent)