Tweak checklist row positioning
This commit is contained in:
parent
8e18eb7766
commit
9957942d5e
@ -25,7 +25,7 @@ export default function ChecklistRow({
|
||||
type={status ? 'checked' : optional ? 'optional' : 'missing'}
|
||||
loading={isPending}
|
||||
/>
|
||||
<div className="flex flex-col items-start">
|
||||
<div className="flex flex-col justify-stretch flex-grow">
|
||||
<div className={cc(
|
||||
'font-bold dark:text-gray-300',
|
||||
)}>
|
||||
|
||||
@ -153,7 +153,7 @@ export default function SiteChecklistClient({
|
||||
isPending={isPendingPage}
|
||||
>
|
||||
Store auth secret in environment variable:
|
||||
<InfoBlock className="my-1.5" padding="tight">
|
||||
<InfoBlock className="my-1.5 inline-flex" padding="tight">
|
||||
<div className="flex items-center gap-4">
|
||||
<span>{secret}</span>
|
||||
<div className="flex items-center gap-0.5">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user