mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 21:40:18 +02:00
[RANTS-69] fix: notification card height flickering on hover (#2796)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user