do not let preview grow
This commit is contained in:
parent
97c50a964c
commit
aba7d327cc
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ export function ChannelPreview({
|
|||
</div>
|
||||
|
||||
<div className="flex items-center justify-between">
|
||||
<p className="text-sm text-gray-600 dark:text-gray-400 truncate">
|
||||
<p className="text-sm text-gray-600 dark:text-gray-400 line-clamp-2 max-h-10 overflow-hidden">
|
||||
{latestMessagePreview}
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue