Update RoomCard.tsx
This commit is contained in:
@@ -242,7 +242,7 @@ export default function RoomCard(props: IRoomCardProps) {
|
|||||||
<span
|
<span
|
||||||
className={`${
|
className={`${
|
||||||
isUserInRoom ? "text-gray-400" : "text-gray-200"
|
isUserInRoom ? "text-gray-400" : "text-gray-200"
|
||||||
} text-xs mb-auto text-ellipsis whitespace-pre-line max-h-10 overflow-hidden`}
|
} text-xs mb-auto text-ellipsis whitespace-pre-line max-h-12 overflow-hidden`}
|
||||||
>
|
>
|
||||||
{props.room.description}
|
{props.room.description}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user