[RANTS-69] fix: notification card height flickering on hover (#2796)

This commit is contained in:
Prateek Shourya
2025-03-25 20:32:41 +05:30
committed by GitHub
parent 502c367c12
commit 99bdc37cf1

View File

@@ -114,7 +114,7 @@ export const NotificationItem: FC<INotificationItem> = observer((props) => {
>
{/* Issue card header */}
<div className="flex items-center gap-1 justify-between px-4">
<div className="flex-1 flex gap-2 justify-between items-center">
<div className="flex-1 flex h-5 gap-2 justify-between items-center">
<span className="overflow-hidden whitespace-normal text-sm break-all truncate line-clamp-1 text-custom-text-00">
{issue.name}
</span>