Skip to content

Commit

Permalink
Add group styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd committed Nov 27, 2023
1 parent ab00b6c commit 90632cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langserve/playground/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function ConfigPlayground(props: {
{latest && (
<div className="flex flex-col gap-3">
<h2 className="text-xl font-semibold">Output</h2>
<div className="p-4 border border-divider-700 flex flex-col gap-3 rounded-2xl bg-background text-lg whitespace-pre-wrap break-words">
<div className="p-4 border border-divider-700 flex flex-col gap-3 rounded-2xl bg-background text-lg whitespace-pre-wrap break-words relative group">
<StreamOutput streamed={latest.streamed_output} />

{feedback.data && latest.id ? (
Expand Down

0 comments on commit 90632cd

Please sign in to comment.