refactor(frontend): Remove the border bottom of the last element on the suggested tasks. (#9610)

This commit is contained in:
Hiep Le
2025-07-08 22:13:51 +07:00
committed by GitHub
parent 3be3779f68
commit a6ffb2f799

View File

@@ -64,7 +64,7 @@ export function TaskCard({ task }: TaskCardProps) {
}
return (
<li className="py-3 border-b border-[#717888] flex items-center pr-6">
<li className="py-3 border-b border-[#717888] flex items-center pr-6 last:border-b-0">
<TaskIssueNumber issueNumber={task.issue_number} href={href} />
<div className="w-full pl-8">