Skip to content

Commit

Permalink
Add creator margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryczko committed May 20, 2024
1 parent 82e0a59 commit ababce7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function SurveyCreator() {
<>
<div
className={clsx(
'flex-grow pb-8 pt-4 transition-all duration-500 ease-in-out',
'flex-grow py-8 transition-all duration-500 ease-in-out',
isPanelOpened && 'xl:mr-[550px]'
)}
>
Expand Down

0 comments on commit ababce7

Please sign in to comment.