jupyter-book / jupyterlab-myst

Use MyST Markdown directly in Jupyter Lab
https://jupyter-book.github.io/jupyterlab-myst/
BSD 3-Clause "New" or "Revised" License
146 stars 18 forks source link

Increase padding or margin on frontmatter block #135

Open stevejpurves opened 1 year ago

stevejpurves commented 1 year ago

The frontmatter block currently renders right up to the edge of the cell and could benefit from additional padding (and potentially a max-width property being set for wide notebooks) overall, however indepdnent of available wide the top of the frontmatter block overlaps with the jupyterlab pup up cell toolbar, as shown:

image

Additional padding / margin could address this.