We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7ec74 commit 722a4f0Copy full SHA for 722a4f0
1 file changed
src/components/Roadmap/InProgress.tsx
@@ -347,7 +347,7 @@ export function InProgress(
347
)}
348
</ul>
349
</SideModal>
350
- <li className={`pb-4 border border-primary rounded-md ${props?.className ?? ''}`}>
+ <li className={`pb-4 pl-0 border border-primary rounded-md ${props?.className ?? ''}`}>
351
<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">
352
<div className="sm:flex-grow">
353
<h4 className="text-lg flex space-x-1 items-center !m-0">{title}</h4>
0 commit comments