diff --git a/client/src/components/Chat/Messages/Content/Parts/AuthorHeader.tsx b/client/src/components/Chat/Messages/Content/Parts/AuthorHeader.tsx index d0deeb1fcc..4cc4e6497a 100644 --- a/client/src/components/Chat/Messages/Content/Parts/AuthorHeader.tsx +++ b/client/src/components/Chat/Messages/Content/Parts/AuthorHeader.tsx @@ -6,7 +6,8 @@ import type { ReactNode } from 'react'; * renders a full user turn inside the response, so the parts that resume * after it need the author's icon and label restated — the message-level * header only renders once, above the first part. Outdented past the icon - * column (like `SteerPart`) so it aligns with the top-level header. + * column (like `SteerPart`) so it aligns with the top-level header; that + * column only exists from `md` up, so the outdent is gated to match. */ const AuthorHeader = memo(function AuthorHeader({ icon, @@ -16,7 +17,10 @@ const AuthorHeader = memo(function AuthorHeader({ label: string; }) { return ( -
+