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:
anovazzi1 2024-12-11 13:42:30 -03:00 committed by GitHub
commit 67abb679b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>
);