mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-27 17:36:25 +02:00
Fix indentation of user-facing agent messages
This commit is contained in:
parent
1d3e3bb76e
commit
3b2d8a4fb5
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ function AssistantMessage({
|
|||
/>
|
||||
)}
|
||||
</div>
|
||||
<div className="text-sm leading-relaxed text-gray-800 dark:text-gray-100 animate-slideUpAndFade">
|
||||
<div className="text-sm leading-relaxed text-gray-800 dark:text-gray-100 animate-slideUpAndFade pl-1">
|
||||
<div className="flex flex-col gap-2">
|
||||
<div className="text-left">
|
||||
<MarkdownContent content={content} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue