Skip to content

Commit

Permalink
Fixed code block's padding. Fixed slash menu positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
iskaktoltay committed Aug 14, 2024
1 parent f8d6a84 commit 199374a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ NESTED BLOCKS
'Liberation Mono', monospace;
font-size: 0.85em;
white-space: pre;
padding: 0;
}

/* LISTS */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const SlashMenuPositioner = <
interactive={true}
visible={show}
animation={'fade'}
placement={'bottom-start'}
placement={'auto'}
/>
)
}

0 comments on commit 199374a

Please sign in to comment.