fluxy-bot 0.2.28 → 0.2.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluxy-bot",
3
- "version": "0.2.28",
3
+ "version": "0.2.29",
4
4
  "description": "Self-hosted AI bot — run your own AI assistant from anywhere",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -90,7 +90,7 @@ export default function MessageBubble({ role, content, timestamp, hasAttachments
90
90
 
91
91
  return (
92
92
  <div className="flex flex-col items-start gap-0.5">
93
- <div className="max-w-[75%] rounded-2xl px-4 py-2.5 text-sm leading-relaxed bg-muted text-foreground prose prose-sm prose-invert max-w-none [&>*:first-child]:mt-0 [&>*:last-child]:mb-0 break-words overflow-hidden" style={{ overflowWrap: 'anywhere' }}>
93
+ <div className="max-w-[75%] min-w-0 rounded-2xl px-4 py-2.5 text-sm leading-relaxed bg-muted text-foreground prose prose-sm prose-invert [&>*:first-child]:mt-0 [&>*:last-child]:mb-0 break-words overflow-hidden" style={{ overflowWrap: 'anywhere' }}>
94
94
  <ReactMarkdown
95
95
  remarkPlugins={[remarkGfm]}
96
96
  components={{