(ui) delete flex message (#28)

remove display flex on content chat
This commit is contained in:
elvoisin
2025-09-08 10:40:31 +02:00
committed by GitHub
parent 633bcf094d
commit 5bdd2f92f0
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -8,10 +8,11 @@ and this project adheres to
## [Unreleased]
- ✅(front) add enabled/disabled conversation analysis
- ✨(ui) delete flex message
### Changed
- ✅(front) add enabled/disabled conversation analysis
- 🎨(front) amelioration chat ux
- 🎨(front) global layout modification
- ✨(front) global layout UI
@@ -501,7 +501,9 @@ export const Chat = ({
components={{
// Custom components for Markdown rendering
// eslint-disable-next-line @typescript-eslint/no-unused-vars
p: ({ node, ...props }) => <Text {...props} />,
p: ({ node, ...props }) => (
<Text $css="display: block" {...props} />
),
}}
>
{message.content}