Update RoomCard.tsx

This commit is contained in:
talksik
2022-01-19 04:07:40 -08:00
parent cfab31dec2
commit 600e779dbf
+1 -1
View File
@@ -242,7 +242,7 @@ export default function RoomCard(props: IRoomCardProps) {
<span
className={`${
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}
</span>