Skip to content

Commit

Permalink
chore(web): fixed the in-app preview for variants and editor
Browse files Browse the repository at this point in the history
  • Loading branch information
LetItRock committed Mar 6, 2024
1 parent d5af017 commit 66e1852
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ export function InAppPreview({ showVariables = true }: { showVariables?: boolean
}

const ContainerStyled = styled.div<{ removePadding: boolean }>`
width: 27.5rem;
display: flex;
padding: 1rem 5rem;
margin: 1rem auto;
flex-direction: column;
gap: 1rem;
Expand Down

0 comments on commit 66e1852

Please sign in to comment.