Skip to content

Commit

Permalink
column for devices above small
Browse files Browse the repository at this point in the history
  • Loading branch information
imrishabh18 committed Nov 2, 2024
1 parent 432e2e1 commit 05f4eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/view-snippet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const ViewSnippetPage = () => {
{snippet && (
<>
<ViewSnippetHeader />
<div className="flex flex-col md:flex-row min-h-full">
<div className="flex flex-row min-h-full">
<div className="flex-grow overflow-auto">
<PreviewContent
className="h-full"
Expand Down

0 comments on commit 05f4eac

Please sign in to comment.