@linktr.ee/messaging-react 1.19.0 → 1.19.1
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
|
@@ -138,7 +138,7 @@ const CustomChannelPreview = React.memo<CustomChannelPreviewProps>(
|
|
|
138
138
|
|
|
139
139
|
{/* Message and unread badge row */}
|
|
140
140
|
<div className="flex items-center justify-between gap-2 min-w-0">
|
|
141
|
-
<p className="text-xs text-stone
|
|
141
|
+
<p className="text-xs text-stone flex-1 line-clamp-1">
|
|
142
142
|
{messagePreview}
|
|
143
143
|
</p>
|
|
144
144
|
{unreadCount > 0 && (
|