chore: cycle list page alignment (#4041)
This commit is contained in:
parent
cdf86391f0
commit
53f3357149
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue