mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
refactor(frontend): Remove the border bottom of the last element on the suggested tasks. (#9610)
This commit is contained in:
parent
3be3779f68
commit
a6ffb2f799
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user