@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linktr.ee/messaging-react",
3
- "version": "1.19.0",
3
+ "version": "1.19.1",
4
4
  "description": "React messaging components built on messaging-core for web applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -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 mr-2 flex-1 line-clamp-2">
141
+ <p className="text-xs text-stone flex-1 line-clamp-1">
142
142
  {messagePreview}
143
143
  </p>
144
144
  {unreadCount > 0 && (