Skip to content

Commit 722a4f0

Browse files
authored
Fix layout padding for list item under components/roadmap (#17333)
1 parent 1e7ec74 commit 722a4f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Roadmap/InProgress.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ export function InProgress(
347347
)}
348348
</ul>
349349
</SideModal>
350-
<li className={`pb-4 border border-primary rounded-md ${props?.className ?? ''}`}>
350+
<li className={`pb-4 pl-0 border border-primary rounded-md ${props?.className ?? ''}`}>
351351
<div className="flex sm:flex-row sm:space-x-4 flex-col-reverse space-y-reverse sm:space-y-0 space-y-4 p-4 bg-accent rounded-t-md">
352352
<div className="sm:flex-grow">
353353
<h4 className="text-lg flex space-x-1 items-center !m-0">{title}</h4>

0 commit comments

Comments
 (0)