We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60114df commit 2ee6bdeCopy full SHA for 2ee6bde
packages/reva-admin-react/src/app/(certificateur)/candidacies/layout.tsx
@@ -276,12 +276,14 @@ const CandidaciesLayout = ({ children }: { children: ReactNode }) => {
276
<nav
277
role="navigation"
278
aria-label="Menu latéral"
279
- className="flex flex-col gap-4"
+ className="flex flex-col gap-4 md:basis-[400px]"
280
>
281
{isAdmin && certificationAuthorityId && (
282
- <CertificationAuthority
283
- certificationAuthorityId={certificationAuthorityId}
284
- />
+ <div className="mr-8">
+ <CertificationAuthority
+ certificationAuthorityId={certificationAuthorityId}
285
+ />
286
+ </div>
287
)}
288
<SideMenu
289
className="flex-shrink-0 flex-grow-0 md:basis-[400px]"
0 commit comments