Skip to content

Commit c109a79

Browse files
committed
Add missing space
1 parent d2c498d commit c109a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacePage/WorkspaceNotifications/Notifications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const NotificationItem: FC<NotificationItemProps> = ({ notification }) => {
8989
{notification.detail && (
9090
<p css={styles.notificationDetail}>{notification.detail}</p>
9191
)}
92-
<div className="flex items-center gap-1">{notification.actions}</div>
92+
<div className="mt-2 flex items-center gap-1">{notification.actions}</div>
9393
</article>
9494
);
9595
};

0 commit comments

Comments
 (0)