Skip to content

Commit

Permalink
remove align offset from pages pane
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrmendy committed Jul 10, 2024
1 parent a52e0e5 commit 614eb11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/src/components/navigator/left-pane/pages-pane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ export const PagesPane = React.memo((props) => {
<DropdownMenu
side='right'
sideOffset={12}
alignOffset={-8}
items={addPageDropdownItems}
opener={addPageOpenButton}
/>
Expand Down

0 comments on commit 614eb11

Please sign in to comment.