Skip to content

Commit

Permalink
🧱 Fix code block overflow (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasangill1 authored Jun 10, 2023
1 parent c6a1211 commit 2f19ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/src/components/console/ChatWindow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const ChatWindow = ({
return (
<div
className={clsx(
"border-translucent flex-1 flex-col rounded-2xl border-2 border-white/20 bg-zinc-900 text-white shadow-2xl drop-shadow-lg xl:flex",
"overflow-auto border-translucent flex-1 flex-col rounded-2xl border-2 border-white/20 bg-zinc-900 text-white shadow-2xl drop-shadow-lg xl:flex",
className,
visibleOnMobile ? "flex" : "hidden"
)}
Expand Down

1 comment on commit 2f19ac9

@vercel
Copy link

@vercel vercel bot commented on 2f19ac9 Jun 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-reworkd.vercel.app
docs.reworkd.ai
docs-reworkd.vercel.app

Please sign in to comment.