forked from github/plane
chore: cycle list page alignment (#4041)
This commit is contained in:
parent
cdf86391f0
commit
53f3357149
@ -29,7 +29,7 @@ export const CyclesList: FC<ICyclesList> = observer((props) => {
|
||||
isArchived={isArchived}
|
||||
/>
|
||||
{completedCycleIds.length !== 0 && (
|
||||
<Disclosure as="div" className="mt-4 space-y-4">
|
||||
<Disclosure as="div" className="pt-8 pl-3 space-y-4">
|
||||
<Disclosure.Button className="bg-custom-background-80 font-semibold text-sm py-1 px-2 rounded ml-5 flex items-center gap-1">
|
||||
{({ open }) => (
|
||||
<>
|
||||
|
Loading…
Reference in New Issue
Block a user