Skip to content

Commit

Permalink
feat: installer status: more responsive flow (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
fidiego committed Aug 28, 2024
1 parent 62bb9dc commit d8a0ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/InstallStepper/InstallStatusContent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const InstallStatusContent = ({
</span>
</AccordionHeader>
<AccordionBody>
<div className="grid grid-cols-2 gap-2">
<div className="grid grid-cols-1 gap-4 lg:gap-8 lg:grid-cols-2">
<div>
<Markdown content={post_install_markdown_with_inputs} />
</div>
Expand Down

0 comments on commit d8a0ca5

Please sign in to comment.