mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-06 19:35:44 +02:00
Add padding below tool calls in playground
This commit is contained in:
parent
e4d3831893
commit
820150641c
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ function ClientToolCall({
|
||||||
delta: number;
|
delta: number;
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<div className="self-start flex flex-col gap-1">
|
<div className="self-start flex flex-col gap-1 mb-4">
|
||||||
{sender && (
|
{sender && (
|
||||||
<div className="text-gray-500 dark:text-gray-400 text-xs pl-1">
|
<div className="text-gray-500 dark:text-gray-400 text-xs pl-1">
|
||||||
{sender}
|
{sender}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue