fix: Refactor CSS class in newChatMessage component preventing wrong position of bullet points (#5206)
* refactor: Update CSS class in newChatMessage component
This commit is contained in:
parent
4f5d7d93ad
commit
67abb679b3
1 changed files with 1 additions and 1 deletions
|
|
@ -551,7 +551,7 @@ export default function ChatMessage({
|
|||
components={{
|
||||
p({ node, ...props }) {
|
||||
return (
|
||||
<span className="inline-block w-fit max-w-full">
|
||||
<span className="w-fit max-w-full">
|
||||
{props.children}
|
||||
</span>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue